[utilities COMMIT] /spring-extensions/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Nov 11 08:38:14 EST 2014


Author: rdw
Date: Tue Nov 11 08:38:14 2014
New Revision: 681

URL: http://svn.shibboleth.net/view/utilities?rev=681&view=rev
Log:
JSE-7 Always package httpclient and httpclient-cache.

Modified:
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=681&r1=680&r2=681&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Tue Nov 11 08:38:14 2014
@@ -56,13 +56,11 @@
             <!-- Required for HTTPResource. -->
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <!-- Required if you're using anything in the httpclient package -->
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>
-            <optional>true</optional>
         </dependency>
         
         <dependency>



More information about the commits mailing list