Author: veithen
Date: Thu Aug  1 19:48:44 2013
New Revision: 1509397

URL: http://svn.apache.org/r1509397
Log:
Removed duplicate dependency declaration. Maven 3 doesn't like that.

Modified:
    axis/axis2/java/core/trunk/modules/transport/http/pom.xml

Modified: axis/axis2/java/core/trunk/modules/transport/http/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/pom.xml?rev=1509397&r1=1509396&r2=1509397&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/pom.xml Thu Aug  1 
19:48:44 2013
@@ -114,10 +114,6 @@
             <artifactId>commons-httpclient</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>


Reply via email to