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 --- appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-adapters/appc-ansible-adapter') diff --git a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml index c8990106e..13bdef93f 100644 --- a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml +++ b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml @@ -101,7 +101,7 @@ org.glassfish.jersey.core jersey-common - 2.9.1 + 2.27 -- cgit 1.2.3-korg