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 ga...@apache.org on 2008/10/29 17:51:17 UTC

svn commit: r708939 - /webservices/axis2/trunk/java/modules/webapp/pom.xml

Author: gawor
Date: Wed Oct 29 09:51:16 2008
New Revision: 708939

URL: http://svn.apache.org/viewvc?rev=708939&view=rev
Log:
include httpcore lib

Modified:
    webservices/axis2/trunk/java/modules/webapp/pom.xml

Modified: webservices/axis2/trunk/java/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/pom.xml?rev=708939&r1=708938&r2=708939&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/pom.xml Wed Oct 29 09:51:16 2008
@@ -1336,6 +1336,10 @@
             <artifactId>axis2-mtompolicy</artifactId>
             <version>${version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <finalName>axis2-${version}</finalName>