From 65ba7b2224d804f873901ab6279f097edbc18fd3 Mon Sep 17 00:00:00 2001 From: JerzySzachniewicz Date: Fri, 24 Jul 2020 08:15:30 +0200 Subject: Upgrade to Java11 Add 2 maven profiles to java11 and java7. upgrade jackson libraries to 2.11.1 Issue-ID: SO-3073 Signed-off-by: JerzySzachniewicz Change-Id: I9c0d97de53783a8a9ca99780f9de96f284a17b37 Signed-off-by: JerzySzachniewicz --- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index dbef9ed..1d6cfa8 100644 --- a/pom.xml +++ b/pom.xml @@ -167,22 +167,68 @@ false + + java11 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + true + 11 + 11 + 11 + + + + + + + java7 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + UTF-8 + + + + + + + m2e.version + + true + + com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.11.1 com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.11.1 com.fasterxml.jackson.core jackson-annotations - 2.9.8 + 2.11.1 + + + javax.xml.bind + jaxb-api + 2.3.1 @@ -234,17 +280,6 @@ maven-surefire-plugin 2.19.1 - org.apache.maven.plugins maven-deploy-plugin @@ -253,16 +288,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - UTF-8 - - org.apache.maven.plugins maven-eclipse-plugin -- cgit 1.2.3-korg