Repository: cxf Updated Branches: refs/heads/3.1.x-fixes a8787e71d -> 4e694e617
[CXF-6939]can't install cxf-http-async feature (cherry picked from commit 7e55d0881389de46ec66e99a3b75650beb73d114) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4e694e61 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4e694e61 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4e694e61 Branch: refs/heads/3.1.x-fixes Commit: 4e694e617884c8df7ea7c8a0a475ac575e42f270 Parents: a8787e7 Author: Freeman Fang <[email protected]> Authored: Mon Jun 27 14:32:19 2016 +0800 Committer: Freeman Fang <[email protected]> Committed: Mon Jun 27 14:36:31 2016 +0800 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4e694e61/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e3c9cf8..532ee71 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -87,7 +87,7 @@ <cxf.fastinfoset.bundle.version>1.2.13_1</cxf.fastinfoset.bundle.version> <cxf.guava.version>18.0</cxf.guava.version> <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version> - <cxf.httpcomponents.asyncclient.version>4.1.1</cxf.httpcomponents.asyncclient.version> + <cxf.httpcomponents.asyncclient.version>4.1.2</cxf.httpcomponents.asyncclient.version> <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range> <cxf.httpcomponents.client.version>4.5.2</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version>4.4.4</cxf.httpcomponents.core.version>
