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

noreply at shibboleth.net noreply at shibboleth.net
Tue May 8 15:05:00 BST 2012


Author: lajoie
Date: Tue May  8 15:05:00 2012
New Revision: 4190

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4190&view=rev
Log:
test deps are not transitive so we need to list opensaml-core in order to use the OpenSAMLInitBaseTestCase

Modified:
    trunk/idp-saml-api/pom.xml

Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=4190&r1=4189&r2=4190&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Tue May  8 15:05:00 2012
@@ -48,6 +48,12 @@
 
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-impl</artifactId>
             <version>${opensaml.version}</version>
             <scope>test</scope>



More information about the commits mailing list