Fix for json types error 15/65915/2
authorPatrick Brady <pb071s@att.com>
Tue, 11 Sep 2018 18:18:47 +0000 (11:18 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 11 Sep 2018 18:49:26 +0000 (18:49 +0000)
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

appc-inbound/appc-artifact-handler/provider/pom.xml

index 1f94140..9c4b42e 100755 (executable)
@@ -46,7 +46,7 @@ limitations under the License.
                                                <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>