From: Robert Varga Date: Fri, 27 Nov 2015 10:56:55 +0000 (+0100) Subject: Use odlparent netty feature X-Git-Tag: release/beryllium~127 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=201f41d7e02dbc0c6b4fc4319f2e428178b0be2a Use odlparent netty feature Instead of enumerating the jars, use odlparent-prorovided feature. Change-Id: I03b20316d9bbb22bcde05414510678afc323fdef Signed-off-by: Robert Varga --- diff --git a/features/config/pom.xml b/features/config/pom.xml index dd6bbfbb30..db29eaec4d 100644 --- a/features/config/pom.xml +++ b/features/config/pom.xml @@ -24,6 +24,13 @@ + + org.opendaylight.odlparent + odlparent-artifacts + 1.6.0-SNAPSHOT + import + pom + org.opendaylight.yangtools yangtools-artifacts @@ -52,6 +59,12 @@ + + org.opendaylight.odlparent + features-odlparent + features + xml + org.opendaylight.yangtools features-yangtools diff --git a/features/config/src/main/features/features.xml b/features/config/src/main/features/features.xml index e23d5f5df5..960e5c8e50 100644 --- a/features/config/src/main/features/features.xml +++ b/features/config/src/main/features/features.xml @@ -5,6 +5,7 @@ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features + mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features odl-config-api @@ -20,12 +21,8 @@ odl-config-api + odl-netty mvn:org.opendaylight.controller/netty-config-api/{{VERSION}} - mvn:io.netty/netty-transport/{{VERSION}} - mvn:io.netty/netty-common/{{VERSION}} - mvn:io.netty/netty-buffer/{{VERSION}} - mvn:io.netty/netty-codec/{{VERSION}} - mvn:io.netty/netty-handler/{{VERSION}}