You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2007/03/30 10:22:06 UTC

svn commit: r523985 - /webservices/axis2/branches/java/1_2/modules/parent/pom.xml

Author: deepal
Date: Fri Mar 30 01:22:05 2007
New Revision: 523985

URL: http://svn.apache.org/viewvc?view=rev&rev=523985
Log:
fixed http core dependency issue

Modified:
    webservices/axis2/branches/java/1_2/modules/parent/pom.xml

Modified: webservices/axis2/branches/java/1_2/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/parent/pom.xml?view=diff&rev=523985&r1=523984&r2=523985
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/parent/pom.xml Fri Mar 30 01:22:05 2007
@@ -535,6 +535,11 @@
                 <version>3.0.1</version>
             </dependency>
             <dependency>
+      		<groupId>org.apache.httpcomponents</groupId>
+      		<artifactId>jakarta-httpcore</artifactId>
+      		<version>${jakarta.httpcore.version}</version>
+    		</dependency>
+            <dependency>
                 <groupId>commons-fileupload</groupId>
                 <artifactId>commons-fileupload</artifactId>
                 <version>1.1.1</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org