Search found 1 match

by pprados
Fri Jul 04, 2008 4:11 pm
Forum: JCommon
Topic: Error in POM.XML
Replies: 0
Views: 15511

Error in POM.XML

The pom.xml declare JUnit with the scope "compile". It's may be "test", else the project inject JUnit. I suggest to replace : <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8</version> <scope>compile</scope> </dependency> to <dependency> <groupId>junit</groupId> <art...