From 38d801241e7eaa9d751bb1868efb773de3a84dd8 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 15 Dec 2016 14:40:45 +0100 Subject: [PATCH] BUG-4219: clean up features.xml In models' features.xml, odl-mdsal-binding-base includes yang-ext so it's not strictly necessary in odl-mdsal-models. (This is potentially controversial of course since it should perhaps be construed as a declared part of the odl-mdsal-models API.) In mdsal's features.xml: * use odl-lmax-3 instead of odl-lmax; * drop mdsal-dom-{api,spi} from odl-mdsal-dom-broker (they're part of odl-mdsal-dom-api); * odl-mdsal-binding-api needs odl-yangtools-yang-parser, and mdsal-binding-util; * odl-mdsal-singleton-dom needs odl-mdsal-common. Change-Id: I4f18d697065f4e9df2b0e621fd32d4b18b8068fd Signed-off-by: Stephen Kitt --- common/features/pom.xml | 3 ++- common/features/src/main/features/features.xml | 7 ++++--- model/features/src/main/features/features.xml | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/features/pom.xml b/common/features/pom.xml index 31bf8556f9..a8c8c0c378 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -22,6 +22,7 @@ jar + 1.8.0-SNAPSHOT 1.1.0-SNAPSHOT @@ -30,7 +31,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.8.0-SNAPSHOT + ${odlparent.version} import pom diff --git a/common/features/src/main/features/features.xml b/common/features/src/main/features/features.xml index 0e6b88cb32..50b29417b5 100644 --- a/common/features/src/main/features/features.xml +++ b/common/features/src/main/features/features.xml @@ -37,10 +37,8 @@ odl-yangtools-yang-parser - odl-lmax + odl-lmax-3 odl-mdsal-dom-api - mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}} - mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-dom-broker/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-dom-inmemory-datastore/{{VERSION}} @@ -66,8 +64,10 @@ odl-mdsal-common odl-mdsal-binding-base + odl-yangtools-yang-parser mvn:org.opendaylight.mdsal.model/general-entity/{{VERSION}} mvn:org.opendaylight.mdsal/mdsal-binding-api/{{VERSION}} + mvn:org.opendaylight.mdsal/mdsal-binding-util/{{VERSION}} @@ -104,6 +104,7 @@ odl-mdsal-singleton-common odl-mdsal-eos-dom + odl-mdsal-common mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/{{VERSION}} diff --git a/model/features/src/main/features/features.xml b/model/features/src/main/features/features.xml index 5f7812851f..3cbc37a58b 100644 --- a/model/features/src/main/features/features.xml +++ b/model/features/src/main/features/features.xml @@ -22,7 +22,6 @@ mvn:org.opendaylight.mdsal.model/ietf-yang-types/{{VERSION}} mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/{{VERSION}} mvn:org.opendaylight.mdsal.model/ietf-restconf/{{VERSION}} - mvn:org.opendaylight.mdsal.model/yang-ext/{{VERSION}} mvn:org.opendaylight.mdsal.model/opendaylight-l2-types/{{VERSION}} mvn:org.opendaylight.mdsal.model/ietf-ted/{{VERSION}} mvn:org.opendaylight.mdsal.model/ietf-topology/{{VERSION}} -- 2.36.6