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

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 23 12:42:43 EST 2013


Author: iay
Date: Mon Dec 23 12:42:43 2013
New Revision: 5080

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5080&view=rev
Log:
Add missing test dependencies.

Modified:
    trunk/idp-saml-api/pom.xml
    trunk/idp-saml-impl/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=5080&r1=5079&r2=5080&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Mon Dec 23 12:42:43 2013
@@ -106,6 +106,13 @@
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-impl</artifactId>
             <version>${opensaml.version}</version>
             <scope>test</scope>

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=5080&r1=5079&r2=5080&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Mon Dec 23 12:42:43 2013
@@ -122,6 +122,13 @@
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+            <type>test-jar</type>
+            <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