- Revision
- 976
- Author
- mauro
- Date
- 2008-10-16 13:59:39 -0500 (Thu, 16 Oct 2008)
Log Message
Update junit dependencies to use unbundled hamcrest jar.
Modified Paths
Diff
Modified: trunk/pom.xml (975 => 976)
--- trunk/pom.xml 2008-10-16 10:10:08 UTC (rev 975) +++ trunk/pom.xml 2008-10-16 18:59:39 UTC (rev 976) @@ -20,10 +20,21 @@ <dependencies> <dependency> <groupId>junit</groupId> - <artifactId>junit</artifactId> + <artifactId>junit-dep</artifactId> <version>4.4</version> + <exclusions> + <exclusion> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <version>1.1</version> + </dependency> + <dependency> <!-- Optional as only used by scenario class name finder --> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> @@ -56,9 +67,13 @@ <dependencies> <dependency> <groupId>junit</groupId> - <artifactId>junit</artifactId> + <artifactId>junit-dep</artifactId> </dependency> <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + </dependency> + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> @@ -317,7 +332,7 @@ </scm> <distributionManagement> - <!-- + <!-- The id used must match a server id defined in ~/.m2/settings.xml --> <repository>
To unsubscribe from this list please visit:
