[java-identity-provider COMMIT] /trunk/idp-attribute-filter-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 14 10:35:48 EDT 2013


Author: scantor
Date: Fri Jun 14 10:35:48 2013
New Revision: 4534

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

Modified:
    trunk/idp-attribute-filter-impl/pom.xml

Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=4534&r1=4533&r2=4534&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Fri Jun 14 10:35:48 2013
@@ -27,6 +27,12 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-attribute-resolver-api</artifactId>
             <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-storage-api</artifactId>
+            <version>${opensaml.version}</version>
         </dependency>
 
         <!-- Provided Dependencies -->



More information about the commits mailing list