You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2018/03/27 05:45:23 UTC

svn commit: r1827808 - /jackrabbit/commons/filevault/trunk/vault-davex/pom.xml

Author: tripod
Date: Tue Mar 27 05:45:23 2018
New Revision: 1827808

URL: http://svn.apache.org/viewvc?rev=1827808&view=rev
Log:
JCRVLT-277 vault-davex: cleanup dependencies - suppression of commons-httpclient

Modified:
    jackrabbit/commons/filevault/trunk/vault-davex/pom.xml

Modified: jackrabbit/commons/filevault/trunk/vault-davex/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/vault-davex/pom.xml?rev=1827808&r1=1827807&r2=1827808&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/vault-davex/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/vault-davex/pom.xml Tue Mar 27 05:45:23 2018
@@ -78,13 +78,6 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-webdav</artifactId>
-            <exclusions>
-                <exclusion>
-                    <!-- exclude legacy http client to be included (see JCRVLT-148) -->
-                    <groupId>commons-httpclient</groupId>
-                    <artifactId>commons-httpclient</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>