Author: dkulp
Date: Wed Sep 12 16:06:57 2012
New Revision: 1384005
URL: http://svn.apache.org/viewvc?rev=1384005&view=rev
Log:
Add more httpasync versions and osgi version ranges to parent pom
Modified:
cxf/trunk/parent/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1384005&r1=1384004&r2=1384005&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Sep 12 16:06:57 2012
@@ -139,6 +139,10 @@
<cxf.opensaml.xmltooling.version>1.3.2-1</cxf.opensaml.xmltooling.version>
<cxf.neethi.version>3.0.2</cxf.neethi.version>
<cxf.velocity.version>1.7</cxf.velocity.version>
+
<cxf.httpcomponents.core.version>4.2.1</cxf.httpcomponents.core.version>
+
<cxf.httpcomponents.core.version.range>[4.2.1,4.3.0)</cxf.httpcomponents.core.version.range>
+
<cxf.httpcomponents.asyncclient.version>4.0-beta3-SNAPSHOT</cxf.httpcomponents.asyncclient.version>
+
<cxf.httpcomponents.asyncclient.version.range>[4.0-beta3-SNAPSHOT,4.1)</cxf.httpcomponents.asyncclient.version.range>
<cxf.geronimo.annotation.version>1.1.1</cxf.geronimo.annotation.version>
<cxf.geronimo.j2ee.management.version>1.0.1</cxf.geronimo.j2ee.management.version>
@@ -585,17 +589,21 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.2.1</version>
+ <version>${cxf.httpcomponents.core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
- <version>4.2.1</version>
+ <version>${cxf.httpcomponents.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpasyncclient</artifactId>
+ <version>${cxf.httpcomponents.asyncclient.version}</version>
</dependency>
-
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>