Author: dkulp
Date: Wed Sep 26 18:28:13 2012
New Revision: 1390640
URL: http://svn.apache.org/viewvc?rev=1390640&view=rev
Log:
Use the new async client transport to make the example really async
Modified:
cxf/trunk/distribution/src/main/release/samples/jaxws_async/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/jaxws_async/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jaxws_async/pom.xml?rev=1390640&r1=1390639&r2=1390640&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jaxws_async/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/jaxws_async/pom.xml Wed Sep
26 18:28:13 2012
@@ -145,6 +145,11 @@
<version>2.7.0-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http-hc</artifactId>
+ <version>2.7.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.7.RELEASE</version>