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

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 20 10:32:43 EDT 2014


Author: rdw
Date: Thu Mar 20 10:32:43 2014
New Revision: 5615

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5615&view=rev
Log:
Temporarily add dependencies on openSAML-impl to fix build (I trust)

Modified:
    trunk/idp-profile-spring/pom.xml

Modified: trunk/idp-profile-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/pom.xml?rev=5615&r1=5614&r2=5615&view=diff
==============================================================================
--- trunk/idp-profile-spring/pom.xml (original)
+++ trunk/idp-profile-spring/pom.xml Thu Mar 20 10:32:43 2014
@@ -52,6 +52,17 @@
             <artifactId>spring-context</artifactId>
         </dependency>
         
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+        
 
         <!-- Provided Dependencies -->
 



More information about the commits mailing list