[java-identity-provider COMMIT] /trunk/idp-attribute-api/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 19 19:20:44 EST 2014
Author: scantor
Date: Fri Dec 19 19:20:44 2014
New Revision: 7201
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7201&view=rev
Log:
Add saml-api dependency.
Modified:
trunk/idp-attribute-api/pom.xml
Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=7201&r1=7200&r2=7201&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml (original)
+++ trunk/idp-attribute-api/pom.xml Fri Dec 19 19:20:44 2014
@@ -30,6 +30,12 @@
</dependency>
<dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-api</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
More information about the commits
mailing list