From 226725a03a77f69880fdc589f088fce71acd5882 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 11 May 2018 09:06:09 -0700 Subject: Changes to fix artifact handler Change-Id: I49d6210898eb974401099ab73b2dd7f16e81229c Signed-off-by: Patrick Brady Issue-ID: APPC-891 --- appc-inbound/appc-artifact-handler/provider/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'appc-inbound/appc-artifact-handler/provider') diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 6ac7f1bf5..b4b2f7c62 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -44,8 +44,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 - *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis - * + commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,snakeyaml ${project.basedir}/src/main/resources/META-INF @@ -121,6 +120,7 @@ limitations under the License. org.onap.appc appc-artifact-handler-model + ${project.version} org.opendaylight.controller @@ -140,6 +140,10 @@ limitations under the License. org.opendaylight.controller sal-binding-api + + org.opendaylight.mdsal + yang-binding + org.opendaylight.controller sal-common-util -- cgit 1.2.3-korg