[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Mar 24 19:03:28 GMT 2012


Author: lajoie
Date: Sat Mar 24 19:03:28 2012
New Revision: 4133

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4133&view=rev
Log:
Add java-support test jar to testing classpath

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4133&r1=4132&r2=4133&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Sat Mar 24 19:03:28 2012
@@ -111,6 +111,13 @@
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.utilities</groupId>
+            <artifactId>java-support</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+            <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
         
     </dependencies>



More information about the commits mailing list