Author: kwright
Date: Sun Nov 11 11:41:57 2012
New Revision: 1407944
URL: http://svn.apache.org/viewvc?rev=1407944&view=rev
Log:
Wiki tests don't need commons-httpclient
Modified:
manifoldcf/branches/CONNECTORS-120/tests/wiki/pom.xml
Modified: manifoldcf/branches/CONNECTORS-120/tests/wiki/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/tests/wiki/pom.xml?rev=1407944&r1=1407943&r2=1407944&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120/tests/wiki/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-120/tests/wiki/pom.xml Sun Nov 11 11:41:57
2012
@@ -280,11 +280,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>