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

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 12 10:33:46 EDT 2014


Author: iay
Date: Wed Mar 12 10:33:46 2014
New Revision: 357

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=357&view=rev
Log:
Rebundle Apache httpclient library.

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=357&r1=356&r2=357&view=diff
==============================================================================
--- trunk/aggregator-cli/pom.xml (original)
+++ trunk/aggregator-cli/pom.xml Wed Mar 12 10:33:46 2014
@@ -43,6 +43,11 @@
             <artifactId>spring-extensions</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>${httpclient.groupId}</groupId>
+            <artifactId>httpclient</artifactId>
+            <scope>runtime</scope>
+        </dependency>
 
         <!-- Test Dependencies -->
         



More information about the commits mailing list