Author: dims
Date: Tue Sep 16 13:15:11 2008
New Revision: 696037

URL: http://svn.apache.org/viewvc?rev=696037&view=rev
Log:
simpleaxisserver needs httpcore for running tests

Modified:
    webservices/sandesha/trunk/java/pom.xml

Modified: webservices/sandesha/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/pom.xml?rev=696037&r1=696036&r2=696037&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/pom.xml (original)
+++ webservices/sandesha/trunk/java/pom.xml Tue Sep 16 13:15:11 2008
@@ -242,6 +242,13 @@
             <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
+
+         <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+            <version>4.0-beta1</version>
+            <scope>test</scope>
+        </dependency>
         
         <!-- Axis2 -->
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to