Author: piergiorgio
Date: Wed Jan 9 16:41:04 2013
New Revision: 1430951
URL: http://svn.apache.org/viewvc?rev=1430951&view=rev
Log:
replaced the old dependency commons-httpclient with httpclient (CONNECTORS-605)
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/framework/api-service/pom.xml
manifoldcf/trunk/framework/authority-service/pom.xml
manifoldcf/trunk/framework/crawler-ui/pom.xml
manifoldcf/trunk/framework/jetty-runner/pom.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1430951&r1=1430950&r2=1430951&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Jan 9 16:41:04 2013
@@ -3,6 +3,9 @@ $Id$
======================= 1.1-dev =====================
+CONNECTORS-605: Maven build is broken: commons-httpclient version is missing
+(Piergiorgio Lucidi)
+
CONNECTORS-601: Revise algorithm for screening out documents that
are not text in the web connector. Since CJK characters mess up the
old definition of "strange" character, use the more-limited definition of
Modified: manifoldcf/trunk/framework/api-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/api-service/pom.xml?rev=1430951&r1=1430950&r2=1430951&view=diff
==============================================================================
--- manifoldcf/trunk/framework/api-service/pom.xml (original)
+++ manifoldcf/trunk/framework/api-service/pom.xml Wed Jan 9 16:41:04 2013
@@ -85,9 +85,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>
Modified: manifoldcf/trunk/framework/authority-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/authority-service/pom.xml?rev=1430951&r1=1430950&r2=1430951&view=diff
==============================================================================
--- manifoldcf/trunk/framework/authority-service/pom.xml (original)
+++ manifoldcf/trunk/framework/authority-service/pom.xml Wed Jan 9 16:41:04
2013
@@ -85,9 +85,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>
Modified: manifoldcf/trunk/framework/crawler-ui/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/pom.xml?rev=1430951&r1=1430950&r2=1430951&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/trunk/framework/crawler-ui/pom.xml Wed Jan 9 16:41:04 2013
@@ -91,9 +91,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>
Modified: manifoldcf/trunk/framework/jetty-runner/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/jetty-runner/pom.xml?rev=1430951&r1=1430950&r2=1430951&view=diff
==============================================================================
--- manifoldcf/trunk/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/trunk/framework/jetty-runner/pom.xml Wed Jan 9 16:41:04 2013
@@ -337,9 +337,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>