From: Robert Varga Date: Sun, 31 Jan 2016 00:43:58 +0000 (+0100) Subject: BUG-4869: use odl-lmax feature X-Git-Tag: release/boron~412 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F33822%2F2;hp=2d0262de6e6371cd2d4875c598cd30fe891a76dc;p=controller.git 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 --- 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