[java-identity-provider COMMIT] /trunk/idp-profile-spring/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 20 11:37:14 EDT 2014
Author: iay
Date: Thu Mar 20 11:37:14 2014
New Revision: 5617
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5617&view=rev
Log:
Fix test dependency to be on the test jar, otherwise we're overriding the previous compile scope dependency. Because Maven.
Modified:
trunk/idp-profile-spring/pom.xml
Modified: trunk/idp-profile-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/pom.xml?rev=5617&r1=5616&r2=5617&view=diff
==============================================================================
--- trunk/idp-profile-spring/pom.xml (original)
+++ trunk/idp-profile-spring/pom.xml Thu Mar 20 11:37:14 2014
@@ -80,6 +80,7 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>${opensaml.version}</version>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
More information about the commits
mailing list