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 <pb071s@att.com>a
Issue-ID: APPC-1202
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml
index 1f94140..9c4b42e 100755
--- a/appc-inbound/appc-artifact-handler/provider/pom.xml
+++ b/appc-inbound/appc-artifact-handler/provider/pom.xml
@@ -46,7 +46,7 @@
<Bundle-Activator>org.onap.appc.artifact.handler.SdcArtifactHandlerActivator</Bundle-Activator>
<Export-Package>org.onap.appc.artifact.handler,org.opendaylight.controller.config.yang.config.artifact-handler_provider.impl</Export-Package>
<Import-Package>!com.google,!org.apache.commons.configuration,*;resolution:=optional</Import-Package>
- <Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml</Embed-Dependency>
+ <Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,json</Embed-Dependency>
</instructions>
</configuration>
</plugin>