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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 17 17:32:12 EDT 2013


Author: scantor
Date: Wed Jul 17 17:32:12 2013
New Revision: 4594

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

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

Modified: trunk/idp-authn-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/pom.xml?rev=4594&r1=4593&r2=4594&view=diff
==============================================================================
--- trunk/idp-authn-api/pom.xml (original)
+++ trunk/idp-authn-api/pom.xml Wed Jul 17 17:32:12 2013
@@ -23,6 +23,11 @@
             <version>${opensaml.version}</version>
         </dependency>
         <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-storage-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
             <version>${project.version}</version>



More information about the commits mailing list