You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2010/12/09 00:45:41 UTC

svn commit: r1043776 - /tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml

Author: rfeng
Date: Wed Dec  8 23:45:41 2010
New Revision: 1043776

URL: http://svn.apache.org/viewvc?rev=1043776&view=rev
Log:
Explicitly set the httpcore version

Modified:
    tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml?rev=1043776&r1=1043775&r2=1043776&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml Wed Dec  8 23:45:41 2010
@@ -48,6 +48,12 @@
             <version>4.0.3</version>
         </dependency>    
         
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+            <version>4.0.1</version>
+        </dependency>    
+        
     </dependencies>
 
 </project>