[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Dec 4 19:23:26 GMT 2011
Author: lajoie
Date: Sun Dec 4 19:23:26 2011
New Revision: 34
URL: http://svn.shibboleth.net/view/java-parent-project?rev=34&view=rev
Log:
Add mockito as testing artifact
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=34&r1=33&r2=34&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun Dec 4 19:23:26 2011
@@ -107,7 +107,12 @@
<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. -->
More information about the commits
mailing list