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

noreply at shibboleth.net noreply at shibboleth.net
Sun May 10 15:36:30 EDT 2015


Author: scantor
Date: Sun May 10 15:36:30 2015
New Revision: 7505

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7505&view=rev
Log:
IDP-380 - Review idp-conf Maven dependencies

Modified:
    trunk/idp-installer/pom.xml

Modified: trunk/idp-installer/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/pom.xml?rev=7505&r1=7504&r2=7505&view=diff
==============================================================================
--- trunk/idp-installer/pom.xml	(original)
+++ trunk/idp-installer/pom.xml	Sun May 10 15:36:30 2015
@@ -88,6 +88,12 @@
             <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>
+        </dependency>
 
         <!-- Managed Dependencies -->
     </dependencies>



More information about the commits mailing list