From 161996dd93c63db0f8cd0e72f871431e67270b00 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 9 Dec 2020 07:37:08 -0500 Subject: Updates to support use of oparent in non-ODL dependent code Added missing dependencies needed in oparent and dependencies-bom to allow oparent pom to be used in ccsdk/sli for code not directly dependent on OpenDaylight. Also, updated to latest springboot release and to latest released version of ONAP oparent pom. Note: this change does NOT address changes to compile jars as java 11. That change will come with the changes for ODL Aluminum. Change-Id: I599bae0c32f5ced7eada956a0ed3b57f40461cd5 Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney --- dependencies-bom/pom.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'dependencies-bom') diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index a5e26f21..06ac0b67 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -77,12 +77,17 @@ com.sun.xml.bind jaxb-core 2.2.11 - - + + com.sun.xml.bind jaxb-impl 2.2.11 - + + + commons-codec + commons-codec + 1.15 + commons-lang commons-lang @@ -120,7 +125,7 @@ javax.annotation-api 1.3 true - + javax.servlet javax.servlet-api @@ -214,6 +219,11 @@ jackson-jaxrs 1.9.13 + + org.codehaus.jettison + jettison + 1.4.1 + org.glassfish.jersey jersey-bom @@ -221,11 +231,21 @@ pom import + + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.26-b03 + org.hamcrest hamcrest-library 1.3 + + org.json + json + 20201115 + org.jsoup jsoup -- cgit 1.2.3-korg