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 2013/02/01 02:30:32 UTC

svn commit: r1441289 - /manifoldcf/trunk/framework/combined-service/pom.xml

Author: kwright
Date: Fri Feb  1 01:30:31 2013
New Revision: 1441289

URL: http://svn.apache.org/viewvc?rev=1441289&view=rev
Log:
Dependency on httpclient, not commons-httpclient

Modified:
    manifoldcf/trunk/framework/combined-service/pom.xml

Modified: manifoldcf/trunk/framework/combined-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/combined-service/pom.xml?rev=1441289&r1=1441288&r2=1441289&view=diff
==============================================================================
--- manifoldcf/trunk/framework/combined-service/pom.xml (original)
+++ manifoldcf/trunk/framework/combined-service/pom.xml Fri Feb  1 01:30:31 2013
@@ -101,9 +101,9 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons-httpclient.version}</version>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>${httpcomponent.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>