Author: kwright
Date: Tue Nov 20 23:31:11 2012
New Revision: 1411925
URL: http://svn.apache.org/viewvc?rev=1411925&view=rev
Log:
Update pom
Modified:
manifoldcf/branches/CONNECTORS-120/connectors/webcrawler/pom.xml
Modified: manifoldcf/branches/CONNECTORS-120/connectors/webcrawler/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/connectors/webcrawler/pom.xml?rev=1411925&r1=1411924&r2=1411925&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-120/connectors/webcrawler/pom.xml Tue Nov 20
23:31:11 2012
@@ -89,9 +89,9 @@
<version>${project.version}</version>
</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>
</dependency>
<dependency>
<groupId>commons-logging</groupId>