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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 22 08:42:23 EST 2014


Author: iay
Date: Wed Jan 22 08:42:23 2014
New Revision: 524

URL: http://svn.shibboleth.net/view/utilities?rev=524&view=rev
Log:
Enforce optional nature of svnkit dependency (it's not propagated from managed dependencies, alas).

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=524&r1=523&r2=524&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Wed Jan 22 08:42:23 2014
@@ -48,13 +48,13 @@
             <artifactId>jsr305</artifactId>
         </dependency>
         <dependency>
-            <!-- Required if you're using anything in the httpclient package -->
+            <!-- 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 -->
+            <!-- Required for HTTPResource. -->
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>
             <optional>true</optional>
@@ -104,6 +104,8 @@
         <dependency>
             <groupId>org.tmatesoft.svnkit</groupId>
             <artifactId>svnkit</artifactId>
+            <!-- Required for SVNResource. Constrained by licensing. -->
+            <optional>true</optional>
         </dependency>
 
         <!-- Provided dependencies -->



More information about the commits mailing list