[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Dec 4 19:35:07 GMT 2011
Author: lajoie
Date: Sun Dec 4 19:35:06 2011
New Revision: 35
URL: http://svn.shibboleth.net/view/java-parent-project?rev=35&view=rev
Log:
put mockito in the wrong section
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=35&r1=34&r2=35&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun Dec 4 19:35:06 2011
@@ -107,12 +107,6 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.0-rc1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<!-- Dependencies with fixed versions and excludes that may be used by projects. -->
@@ -304,6 +298,12 @@
</dependency>
<!-- Test dependencies -->
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.0-rc1</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-test</artifactId>
More information about the commits
mailing list