You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/30 21:09:19 UTC

svn commit: r1379069 - in /cxf/trunk: parent/pom.xml systests/jaxrs/pom.xml

Author: dkulp
Date: Thu Aug 30 19:09:19 2012
New Revision: 1379069

URL: http://svn.apache.org/viewvc?rev=1379069&view=rev
Log:
Update version of async http stuff to match the version needed by the new transport

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/systests/jaxrs/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1379069&r1=1379068&r2=1379069&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Aug 30 19:09:19 2012
@@ -585,6 +585,16 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+	    <dependency>
+                <groupId>org.apache.httpcomponents</groupId>
+                <artifactId>httpclient</artifactId>
+                <version>4.2.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.httpcomponents</groupId>
+                <artifactId>httpcore-nio</artifactId>
+                <version>4.2.1</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.apache.maven</groupId>

Modified: cxf/trunk/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1379069&r1=1379068&r2=1379069&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Thu Aug 30 19:09:19 2012
@@ -335,7 +335,6 @@
         <dependency>
          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpclient</artifactId>
-         <version>4.1.2</version>
          <scope>test</scope>
         </dependency>
     </dependencies>