From 0ff0c8df3c29b49323f72ed8fdd80fb760746913 Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Fri, 29 Jan 2016 10:57:20 +0100 Subject: [PATCH] BUG 4869: Remove lmax version declaration - use odl-lmax feature Signed-off-by: Tony Tkacik Change-Id: I8ce55c70c218441f0186f6089d2d4de51f5919e8 --- common/features/pom.xml | 7 +++++++ common/features/src/main/features/features.xml | 5 +++-- common/parent/pom.xml | 5 ----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/common/features/pom.xml b/common/features/pom.xml index fcd322e898..5abe9f5a46 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -46,6 +46,13 @@ + + org.opendaylight.odlparent + features-odlparent + features + xml + + org.opendaylight.yangtools features-yangtools diff --git a/common/features/src/main/features/features.xml b/common/features/src/main/features/features.xml index f45cf1ef2f..9d1c60b80e 100644 --- a/common/features/src/main/features/features.xml +++ b/common/features/src/main/features/features.xml @@ -11,6 +11,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 @@ -33,11 +34,11 @@ mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}} - + odl-yangtools-yang-parser odl-mdsal-dom-api - mvn:com.lmax/disruptor/{{VERSION}} + odl-lmax mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-dom-broker/{{VERSION}} diff --git a/common/parent/pom.xml b/common/parent/pom.xml index bd08df110a..45a840f509 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -102,11 +102,6 @@ jersey-client 2.0 - - com.lmax - disruptor - 3.3.2 - -- 2.36.6