From 0237fa09be264a2c70b6bb4b11bf1dcd503be97c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 31 Jan 2016 01:43:58 +0100 Subject: [PATCH] BUG-4869: use odl-lmax feature Removes direct declaration of lmax version, pulling in odl-feature from odlparent instead. Change-Id: I52ca9433e25efc42159ee8929837f1b0d6f7292b Signed-off-by: Robert Varga --- features/mdsal/pom.xml | 13 +++++++++++++ features/mdsal/src/main/features/features.xml | 3 ++- opendaylight/commons/opendaylight/pom.xml | 6 ------ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index a60d8a480e..8c56885a87 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -34,6 +34,13 @@ + + org.opendaylight.odlparent + odlparent-artifacts + 1.7.0-SNAPSHOT + import + pom + org.opendaylight.yangtools yangtools-artifacts @@ -68,6 +75,12 @@ + + org.opendaylight.odlparent + features-odlparent + features + xml + org.opendaylight.yangtools features-yangtools diff --git a/features/mdsal/src/main/features/features.xml b/features/mdsal/src/main/features/features.xml index ebfdad94e4..e8821f232a 100644 --- a/features/mdsal/src/main/features/features.xml +++ b/features/mdsal/src/main/features/features.xml @@ -4,6 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> + mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features @@ -35,9 +36,9 @@ odl-mdsal-common odl-config-startup odl-config-netty + odl-lmax - mvn:com.lmax/disruptor/{{VERSION}} mvn:org.opendaylight.controller/sal-core-api/{{VERSION}} mvn:org.opendaylight.controller/sal-core-spi/{{VERSION}} mvn:org.opendaylight.controller/sal-broker-impl/{{VERSION}} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 0dc9ba5f38..d87e8eea55 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -223,12 +223,6 @@ ${codahale.metrics.version} - - com.lmax - disruptor - 3.3.0 - - org.apache.maven -- 2.36.6