From 94a7c372094fb6c8f342dfd04984a34c975eb849 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jun 2021 12:14:54 -0400 Subject: Making changes as per SILICON ODL Adding few dependencies and refactoring sli versioning Issue-ID: CCSDK-3331 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8 --- dependencies/pom.xml | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'dependencies') diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 190559a1..5d02b381 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -8,9 +8,7 @@ 1.2.0-SNAPSHOT - org.onap.ccsdk.distribution dependencies - 1.2.0-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} @@ -21,17 +19,10 @@ - - org.glassfish.jersey - jersey-bom - 2.27 - import - pom - org.onap.ccsdk.parent dependencies-odl-bom - 2.1.1 + 2.2.0-SNAPSHOT import pom @@ -43,7 +34,6 @@ - ch.qos.logback @@ -77,10 +67,6 @@ com.jayway.jsonpath json-path - - javax.xml.bind - jaxb-api - com.sun.xml.bind jaxb-core @@ -89,6 +75,20 @@ com.sun.xml.bind jaxb-impl + + javax.xml.bind + jaxb-api + + + jakarta.activation + jakarta.activation-api + + + + com.sun.xml.ws + jaxws-ri + pom + javax javaee-api @@ -154,6 +154,10 @@ org.onap.logging-analytics logging-filter-base + + org.onap.logging-analytics + logging-slf4j + org.slf4j jcl-over-slf4j @@ -179,6 +183,16 @@ org.apache.servicemix.specs.jaxws-api-2.3 2.3_1 + + + com.google.guava + listenablefuture + + + com.google.errorprone + error_prone_annotations + 2.3.4 + -- cgit 1.2.3-korg