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/07/27 20:47:07 UTC

svn commit: r1366494 - /cxf/sandbox/dkulp_async_clients/http-hc/pom.xml

Author: dkulp
Date: Fri Jul 27 18:47:07 2012
New Revision: 1366494

URL: http://svn.apache.org/viewvc?rev=1366494&view=rev
Log:
Doesn't need the async client jar

Modified:
    cxf/sandbox/dkulp_async_clients/http-hc/pom.xml

Modified: cxf/sandbox/dkulp_async_clients/http-hc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/sandbox/dkulp_async_clients/http-hc/pom.xml?rev=1366494&r1=1366493&r2=1366494&view=diff
==============================================================================
--- cxf/sandbox/dkulp_async_clients/http-hc/pom.xml (original)
+++ cxf/sandbox/dkulp_async_clients/http-hc/pom.xml Fri Jul 27 18:47:07 2012
@@ -78,12 +78,6 @@
             <artifactId>httpcore-nio</artifactId>
             <version>4.2.1</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpasyncclient</artifactId>
-            <version>4.0-beta1</version>
-        </dependency>
-
 
         <dependency>
             <groupId>org.apache.cxf</groupId>