From: Robert Varga Date: Sat, 11 Mar 2017 15:53:36 +0000 (+0100) Subject: Fix config-netty-config's dependencies X-Git-Tag: release/carbon~169 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=afba6e0dc3885261f7f205b5957347aa0744c777;ds=sidebyside Fix config-netty-config's dependencies This artifact carries only an XML file, there is no need to pull in the mdsal infrastructure. This fixes the karaf4 feature.xml so it does not include mdsal bundles. Change-Id: I2433cc7574e5bf237866fd509f235c55d5fe2e13 Signed-off-by: Robert Varga --- diff --git a/opendaylight/config/config-netty-config/pom.xml b/opendaylight/config/config-netty-config/pom.xml index cc654fe4ed..87b7e78245 100644 --- a/opendaylight/config/config-netty-config/pom.xml +++ b/opendaylight/config/config-netty-config/pom.xml @@ -11,12 +11,42 @@ 4.0.0 - org.opendaylight.controller - config-parent - 0.6.0-SNAPSHOT - ../config-parent + org.opendaylight.odlparent + bundle-parent + 1.8.0-SNAPSHOT + + + org.opendaylight.controller config-netty-config + 0.6.0-SNAPSHOT Configuration files for sal-rest-connector bundle + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + src/main/config/default-config.xml + xml + config + + + + + + + +