[java-identity-provider COMMIT] /trunk/idp-saml-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 7 22:44:09 EST 2013
Author: tzeller
Date: Thu Mar 7 22:44:09 2013
New Revision: 4318
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4318&view=rev
Log:
Reverting scope of opensaml-saml-impl back to 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=4318&r1=4317&r2=4318&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Thu Mar 7 22:44:09 2013
@@ -26,6 +26,11 @@
<groupId>${project.groupId}</groupId>
<artifactId>idp-authn-api</artifactId>
<version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-impl</artifactId>
+ <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
@@ -58,12 +63,6 @@
<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