UNOMI-5 Also upgrading to ElasticSearch 5.2 Signed-off-by: Serge Huber <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/c7d6abcb Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/c7d6abcb Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/c7d6abcb Branch: refs/heads/feature-UNOMI-5-KARAF4-1 Commit: c7d6abcb76db4ab5e161048c5ee3d3cb4430cf7f Parents: 3e4b50a Author: Serge Huber <[email protected]> Authored: Tue Feb 14 10:33:01 2017 +0100 Committer: Serge Huber <[email protected]> Committed: Tue Mar 6 15:55:12 2018 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c7d6abcb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf3a182..0a44ca2 100644 --- a/pom.xml +++ b/pom.xml @@ -64,9 +64,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <cxf.version>3.1.0</cxf.version> - <version.jackson.core>2.6.6</version.jackson.core> <!-- version used by CXF --> - <version.jackson.jaxb>2.6.6</version.jackson.jaxb> <!-- version used by CXF --> + <cxf.version>3.1.10</cxf.version> + <version.jackson.core>2.8.6</version.jackson.core> + <version.jackson.jaxb>2.8.6</version.jackson.jaxb> <version.karaf>4.0.8</version.karaf> <version.karaf.cellar>4.0.3</version.karaf.cellar> <version.pax.exam>4.11.2</version.pax.exam>
