aboutsummaryrefslogtreecommitdiffstats
path: root/appc-inbound
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-09-11 11:18:47 -0700
committerPatrick Brady <pb071s@att.com>2018-09-11 18:49:26 +0000
commit20ffad1633dcacf48a236de3fa22f4676e359376 (patch)
tree486aefa023518e180d6300d5f70f464b5358c91c /appc-inbound
parentccb933e13f1b6d96a65232a40779798388752815 (diff)
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
Diffstat (limited to 'appc-inbound')
-rwxr-xr-xappc-inbound/appc-artifact-handler/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
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.
<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>