From 83f36f60aa2fed13e4a4fb38f8209eb29ac64b72 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 25 Nov 2015 15:09:21 +0100 Subject: [PATCH] Use odlparent's netty feature Instead of pulling n specific version of netty, pull in the feature from odlparent. Change-Id: Id954fa4179a93e9c9d3056e5b4252350bb6aab27 Signed-off-by: Robert Varga Signed-off-by: Stephen Kitt --- features/pom.xml | 15 +++++++++++++++ features/src/main/features/features.xml | 7 ++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index b6e92a39..4cc091be 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -32,6 +32,15 @@ pom + + + org.opendaylight.odlparent + odlparent-artifacts + 1.6.0-SNAPSHOT + import + pom + + org.opendaylight.mdsal @@ -97,6 +106,12 @@ features xml + + org.opendaylight.odlparent + features-odlparent + features + xml + diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 689c1927..111100a6 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -8,6 +8,7 @@ mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features + mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features odl-openflowjava-protocol @@ -16,11 +17,7 @@ odl-mdsal-models odl-config-api odl-mdsal-common - mvn:io.netty/netty-buffer/{{VERSION}} - mvn:io.netty/netty-common/{{VERSION}} - mvn:io.netty/netty-transport/{{VERSION}} - mvn:io.netty/netty-codec/{{VERSION}} - mvn:io.netty/netty-handler/{{VERSION}} + odl-netty mvn:org.opendaylight.openflowjava/openflow-protocol-api/{{VERSION}} mvn:org.opendaylight.openflowjava/openflow-protocol-spi/{{VERSION}} mvn:org.opendaylight.openflowjava/openflow-protocol-impl/{{VERSION}} -- 2.36.6