From 0a15ed81fdde99920359f209341114119c1aa11a Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 28 Jan 2020 15:54:01 -0600 Subject: Modify for use of JDK 11 Issue-ID: AAF-1066 Signed-off-by: Instrumental Change-Id: I31484958c48b0d9b930921bec2581144e0675970 --- pom.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f1846665..cdeac0cc 100644 --- a/pom.xml +++ b/pom.xml @@ -29,12 +29,12 @@ org.onap.oparent oparent - 2.1.0 + 3.0.0-SNAPSHOT @@ -55,6 +55,10 @@ 1.9.5 ${project.version} 9.4.12.v20180830 + 3.6.0 2.3.1 3.0-b71 @@ -243,16 +247,37 @@ 3.0.1 - + + + org.eclipse.jetty + jetty-servlet + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-server + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-http + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-io + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-security + ${project.jettyVersion} + + + org.eclipse.jetty + jetty-util + ${project.jettyVersion} + org.slf4j @@ -349,6 +374,12 @@ + + + javax.annotation + javax.annotation-api + 1.3.2 + javax.xml.bind jaxb-api @@ -364,7 +395,18 @@ jaxb-runtime ${project.jaxbVersion} - + -- cgit 1.2.3-korg