From 3e87a45998d81b3f858bb170a7f1998d73cc6f79 Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Wed, 18 Dec 2019 08:57:22 -0600 Subject: [PATCH] JDK 11 upgrades Pointed to upgraded policy/parent and policy/common Issue-ID: POLICY-1582 Change-Id: I66bb6e2c103147916b6b284e594db1c24434e0ba Signed-off-by: HOCKLA --- pom.xml | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 50e2e33b..7fd1404a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.1.0 + 3.1.1-SNAPSHOT @@ -47,8 +47,8 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.6.1 - 2.2.0-SNAPSHOT + 1.6.2-SNAPSHOT + 2.2.1-SNAPSHOT @@ -72,6 +72,29 @@ policy-endpoints ${policy.common.version} + + javax.servlet + javax.servlet-api + provided + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-security + 9.4.25.v20191220 + + + org.eclipse.jetty + jetty-servlet + + + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} + @@ -123,7 +146,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true -- 2.16.6