[java-metadata-aggregator COMMIT] /trunk/aggregator-cli/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 7 05:19:19 EST 2014


Author: iay
Date: Fri Mar  7 05:19:19 2014
New Revision: 353

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=353&view=rev
Log:
Correctly label spring-extensions as a runtime dependency.

Modified:
    trunk/aggregator-cli/pom.xml

Modified: trunk/aggregator-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-cli/pom.xml?rev=353&r1=352&r2=353&view=diff
==============================================================================
--- trunk/aggregator-cli/pom.xml (original)
+++ trunk/aggregator-cli/pom.xml Fri Mar  7 05:19:19 2014
@@ -41,6 +41,7 @@
         <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
+            <scope>runtime</scope>
         </dependency>
 
         <!-- Test Dependencies -->



More information about the commits mailing list