From 20ffad1633dcacf48a236de3fa22f4676e359376 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 11 Sep 2018 11:18:47 -0700 Subject: [PATCH] Fix for json types error Karaf is now including an older version of json bundle. In order to avoid conflicts, the correct version is now embedded here. Change-Id: Id1c037abc2a2825998e4f2e4777bd2e2d5996529 Signed-off-by: Patrick Brady a Issue-ID: APPC-1202 --- appc-inbound/appc-artifact-handler/provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 1f9414033..9c4b42efc 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -46,7 +46,7 @@ limitations under the License. org.onap.appc.artifact.handler.SdcArtifactHandlerActivator org.onap.appc.artifact.handler,org.opendaylight.controller.config.yang.config.artifact-handler_provider.impl !com.google,!org.apache.commons.configuration,*;resolution:=optional - commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml + commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,json -- 2.16.6