[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 31 04:46:16 EST 2014
Author: rdw
Date: Fri Jan 31 04:46:15 2014
New Revision: 5286
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5286&view=rev
Log:
IDP-363 resolver-impl relies of saml-api
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=5286&r1=5285&r2=5286&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Fri Jan 31 04:46:15 2014
@@ -27,11 +27,17 @@
<artifactId>idp-attribute-resolver-api</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
- </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-saml-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
More information about the commits
mailing list