[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 7 08:42:27 EST 2013
Author: rdw
Date: Mon Jan 7 08:42:27 2013
New Revision: 4257
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4257&view=rev
Log:
saml-impl. Provided, not runtime
Modified:
trunk/idp-attribute-resolver-impl/pom.xml
Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=4257&r1=4256&r2=4257&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Mon Jan 7 08:42:27 2013
@@ -41,15 +41,16 @@
<artifactId>opensaml-saml-api</artifactId>
<version>${opensaml.version}</version>
</dependency>
+
<!-- Provided Dependencies -->
-
- <!-- Runtime Dependencies -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>${opensaml.version}</version>
- <scope>run</scope>
+ <scope>provided</scope>
</dependency>
+
+ <!-- Runtime Dependencies -->
<!-- Test Dependencies -->
<dependency>
More information about the commits
mailing list