[java-identity-provider COMMIT] /trunk/idp-profile-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 2 12:06:35 EDT 2016
Author: rdw
Date: Sun Oct 2 12:06:35 2016
New Revision: 8448
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8448&view=rev
Log:
We need the test jatr in order to use the helper class.
Modified:
trunk/idp-profile-impl/pom.xml
Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=8448&r1=8447&r2=8448&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Sun Oct 2 12:06:35 2016
@@ -143,6 +143,13 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>idp-attribute-resolver-impl</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>idp-saml-impl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
More information about the commits
mailing list