You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/11/11 12:44:51 UTC

svn commit: r1407946 - in /manifoldcf/branches/CONNECTORS-120/tests: alfresco/pom.xml cmis/pom.xml elasticsearch/pom.xml

Author: kwright
Date: Sun Nov 11 11:44:50 2012
New Revision: 1407946

URL: http://svn.apache.org/viewvc?rev=1407946&view=rev
Log:
Remove httpclient from the poms of tests that don't need it

Modified:
    manifoldcf/branches/CONNECTORS-120/tests/alfresco/pom.xml
    manifoldcf/branches/CONNECTORS-120/tests/cmis/pom.xml
    manifoldcf/branches/CONNECTORS-120/tests/elasticsearch/pom.xml

Modified: manifoldcf/branches/CONNECTORS-120/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/tests/alfresco/pom.xml?rev=1407946&r1=1407945&r2=1407946&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120/tests/alfresco/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-120/tests/alfresco/pom.xml Sun Nov 11 11:44:50 2012
@@ -320,11 +320,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons-httpclient.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpcomponent.version}</version>

Modified: manifoldcf/branches/CONNECTORS-120/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/tests/cmis/pom.xml?rev=1407946&r1=1407945&r2=1407946&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120/tests/cmis/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-120/tests/cmis/pom.xml Sun Nov 11 11:44:50 2012
@@ -309,11 +309,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons-httpclient.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpcomponent.version}</version>

Modified: manifoldcf/branches/CONNECTORS-120/tests/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/tests/elasticsearch/pom.xml?rev=1407946&r1=1407945&r2=1407946&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120/tests/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-120/tests/elasticsearch/pom.xml Sun Nov 11 11:44:50 2012
@@ -324,11 +324,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons-httpclient.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpcomponent.version}</version>