From 50472bf49f725bf6c4ea659ca7e387a2c6436ff2 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 3 Jan 2019 11:21:43 -0800 Subject: Fixes feature install on latest ccsdk Updated rest adapter to resolve dependencies the same way that other appc features do. This fixed the karaf crash during install. Added necessary dependencies as embedded or karaf bundles to other appc features, as needed. Change-Id: Id04d08cd09c2ff0cae0db8ecbc61405da10882d7 Signed-off-by: Patrick Brady Issue-ID: APPC-1304 --- .../onap-appc-rest-adapter/pom.xml | 52 +--------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'appc-adapters/appc-rest-adapter/appc-rest-adapter-features') diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml index 3b4647cae..8210316f6 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml @@ -61,56 +61,6 @@ limitations under the License. appc-rest-adapter-bundle ${project.version} - - org.glassfish.jersey.bundles.repackaged - jersey-guava - 2.25.1 - - - com.fasterxml.jackson.core - jackson-core - 2.8.6 - - - com.fasterxml.jackson.core - jackson-databind - 2.8.6 - - - com.fasterxml.jackson.core - jackson-annotations - 2.8.6 - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - 2.8.6 - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - 2.8.6 - - - org.glassfish.jersey.core - jersey-server - 2.25.1 - - - com.ning - async-http-client - 1.9.39 - - - org.glassfish.grizzly - grizzly-http-servlet - 2.3.28 - - - org.glassfish.grizzly - grizzly-http - 2.3.28 - @@ -121,7 +71,7 @@ limitations under the License. karaf-maven-plugin true - true + false slf4j-api tomcat-jdbc -- cgit 1.2.3-korg