[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-spring/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 13 12:45:10 EDT 2014
Author: scantor
Date: Thu Mar 13 12:45:10 2014
New Revision: 5569
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5569&view=rev
Log:
Fix failing tests for now by depending on profile-spring where security schema lives.
Modified:
trunk/idp-attribute-resolver-spring/pom.xml
Modified: trunk/idp-attribute-resolver-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/pom.xml?rev=5569&r1=5568&r2=5569&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Thu Mar 13 12:45:10 2014
@@ -103,6 +103,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-profile-spring</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
More information about the commits
mailing list