[java-identity-provider COMMIT] /trunk/idp-saml-api/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 23 17:46:23 EDT 2012
Author: tzeller
Date: Tue Oct 23 17:46:23 2012
New Revision: 4230
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4230&view=rev
Log:
Updated pom so that opensaml-core is of type test-jar for scope test.
Modified:
trunk/idp-saml-api/pom.xml
Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=4230&r1=4229&r2=4230&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Tue Oct 23 17:46:23 2012
@@ -50,6 +50,7 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
<version>${opensaml.version}</version>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
More information about the commits
mailing list