[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 31 14:51:23 BST 2011
Author: rdw
Date: Wed Aug 31 14:51:22 2011
New Revision: 4044
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4044&view=rev
Log:
We now depend on idp-authn-api because of the PrincipalAuthenticationXXXXDefinitions
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=4044&r1=4043&r2=4044&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Wed Aug 31 14:51:22 2011
@@ -21,6 +21,11 @@
<artifactId>idp-attribute-resolver-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-authn-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Provided Dependencies -->
More information about the commits
mailing list