[java-idp-integration-tests COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun May 10 16:04:43 EDT 2015


Author: scantor
Date: Sun May 10 16:04:42 2015
New Revision: 58

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=58&view=rev
Log:
IDP-380 - Review idp-conf Maven dependencies

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/pom.xml?rev=58&r1=57&r2=58&view=diff
==============================================================================
--- trunk/pom.xml	(original)
+++ trunk/pom.xml	Sun May 10 16:04:42 2015
@@ -79,6 +79,12 @@
             <version>${testbed.version}</version>
             <scope>test</scope>
             <type>war</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opensaml</groupId>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <version>${opensaml.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>com.unboundid</groupId>



More information about the commits mailing list