Open GoogleCodeExporter opened 9 years ago
I downloaded the trunk, got in the pom.xml
<dependency>
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
<version>4.5.0</version>
<scope>test</scope>
</dependency>
The pom.xml from the trunk contains already the appropriate override of the
junitArtifactName
Googled a bit and found out on the Spring forum that version M4 of Spring 3
needs the
version 4.6.0 of the junit
Changed the version in the pom to 4.6.0, run mvn clean test and voilà
So I guess there's only to commit the pom.xml with the corrected version of the
dependency.
Thanks a lot Stefan for assembling together this step-by-step tutorial to get
started.
Original comment by olivier....@gmail.com
on 25 Sep 2009 at 3:38
Original issue reported on code.google.com by
b2prix21@gmail.com
on 9 Sep 2009 at 11:05