Repository: cxf Updated Branches: refs/heads/master 16e6cee81 -> 7e55d0881
[CXF-6939]can't install cxf-http-async feature Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7e55d088 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7e55d088 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7e55d088 Branch: refs/heads/master Commit: 7e55d0881389de46ec66e99a3b75650beb73d114 Parents: 16e6cee Author: Freeman Fang <[email protected]> Authored: Mon Jun 27 14:32:19 2016 +0800 Committer: Freeman Fang <[email protected]> Committed: Mon Jun 27 14:32:19 2016 +0800 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7e55d088/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ac4ef24..1b3df1a 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>
