From 22649c9f0a3d2a76cb213b43e5d66ebcb2431ee3 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Wed, 19 Aug 2020 10:55:45 +0200 Subject: fix for J11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add missing dependency in J11 Issue-ID: CCSDK-2668 Signed-off-by: Michael Dürre Change-Id: I5bbdb0638f1367b7e2e06ac173538089e772cba0 --- aai-service/provider/pom.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index a46a243d..cb0358e0 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -22,15 +22,15 @@ - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${ccsdk.sli.core.version} - pom - import - - + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + @@ -63,10 +63,10 @@ org.slf4j slf4j-api - - javax.ws.rs - javax.ws.rs-api - + + javax.ws.rs + javax.ws.rs-api + com.fasterxml.jackson.core jackson-databind @@ -101,6 +101,10 @@ org.apache.httpcomponents httpclient + + javax.xml.bind + jaxb-api + -- cgit 1.2.3-korg