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

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 25 20:23:15 EDT 2014


Author: scantor
Date: Thu Sep 25 20:23:15 2014
New Revision: 6582

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6582&view=rev
Log:
Add storage api dependency.

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

Modified: trunk/idp-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/pom.xml?rev=6582&r1=6581&r2=6582&view=diff
==============================================================================
--- trunk/idp-profile-api/pom.xml (original)
+++ trunk/idp-profile-api/pom.xml Thu Sep 25 20:23:15 2014
@@ -20,6 +20,11 @@
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-profile-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-storage-api</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
         <dependency>



More information about the commits mailing list