Repository: cxf Updated Branches: refs/heads/master c886dc72f -> 15f904ac8
update Jackson version Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/15f904ac Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/15f904ac Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/15f904ac Branch: refs/heads/master Commit: 15f904ac8f8fc57799844ad1ac913035bbcd70f1 Parents: c886dc7 Author: Dennis Kieselhorst <[email protected]> Authored: Fri Aug 25 15:46:06 2017 +0200 Committer: Dennis Kieselhorst <[email protected]> Committed: Fri Aug 25 15:46:06 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/15f904ac/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 5d3897d..2d2f74c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -94,7 +94,7 @@ <cxf.httpcomponents.client.version>4.5.3</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version>4.4.6</cxf.httpcomponents.core.version> <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range> - <cxf.jackson.version>2.8.8</cxf.jackson.version> + <cxf.jackson.version>2.8.10</cxf.jackson.version><!-- CXF-7461 2.9.x conflicts with swagger-core--> <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> <cxf.kerby.version>1.0.0</cxf.kerby.version> <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
