[java-identity-provider COMMIT] /trunk/idp-saml-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 7 22:26:46 EST 2013
Author: tzeller
Date: Thu Mar 7 22:26:46 2013
New Revision: 4316
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4316&view=rev
Log:
Made scope of opensaml-saml-impl be test rather than compile.
Modified:
trunk/idp-saml-impl/pom.xml
Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=4316&r1=4315&r2=4316&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Thu Mar 7 22:26:46 2013
@@ -28,11 +28,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
- </dependency>
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
@@ -63,6 +58,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-impl</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
More information about the commits
mailing list