[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-api/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 30 23:07:53 EST 2014
Author: scantor
Date: Thu Jan 30 23:07:53 2014
New Revision: 5285
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5285&view=rev
Log:
Removed a needed dep.
Modified:
trunk/idp-attribute-resolver-api/pom.xml
Modified: trunk/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/pom.xml?rev=5285&r1=5284&r2=5285&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml (original)
+++ trunk/idp-attribute-resolver-api/pom.xml Thu Jan 30 23:07:53 2014
@@ -22,11 +22,16 @@
<artifactId>idp-attribute-api</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-core</artifactId>
<version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-api</artifactId>
+ <version>${opensaml.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list