You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/09/16 20:00:42 UTC

svn commit: r695990 - /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Author: dims
Date: Tue Sep 16 11:00:41 2008
New Revision: 695990

URL: http://svn.apache.org/viewvc?rev=695990&view=rev
Log:
running the test separately needs another dependency

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=695990&r1=695989&r2=695990&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Tue Sep 16 11:00:41 2008
@@ -112,6 +112,10 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <sourceDirectory>src</sourceDirectory>