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

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 30 22:54:13 EST 2014


Author: scantor
Date: Thu Jan 30 22:54:12 2014
New Revision: 5284

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5284&view=rev
Log:
Removed a needed dep.

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

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=5284&r1=5283&r2=5284&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Thu Jan 30 22:54:12 2014
@@ -32,6 +32,11 @@
 			<artifactId>opensaml-core</artifactId>
 			<version>${opensaml.version}</version>
 		</dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
 		<dependency>
 			<groupId>${opensaml.groupId}</groupId>
 			<artifactId>opensaml-storage-api</artifactId>



More information about the commits mailing list