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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 30 12:39:46 EDT 2013


Author: rdw
Date: Tue Jul 30 12:39:46 2013
New Revision: 4633

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4633&view=rev
Log:
IDP-207 Latest checkin requires OpenSAML to be added to the pom

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

Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=4633&r1=4632&r2=4633&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml (original)
+++ trunk/idp-attribute-filter-api/pom.xml Tue Jul 30 12:39:46 2013
@@ -23,6 +23,12 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-storage-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->



More information about the commits mailing list