From: Ed Warnicke Date: Sat, 3 Jan 2015 18:07:07 +0000 (-0600) Subject: Move feature odl-mdsal-common from features-config to features-mdsal. X-Git-Tag: release/lithium~735^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F99%2F13899%2F1 Move feature odl-mdsal-common from features-config to features-mdsal. Change-Id: I42f6840c5bc3c271dc5b9edde4bf266f8b718946 Signed-off-by: Ed Warnicke --- diff --git a/features/config/pom.xml b/features/config/pom.xml index 461427c7ce..1fa248615c 100644 --- a/features/config/pom.xml +++ b/features/config/pom.xml @@ -34,18 +34,6 @@ org.opendaylight.controller sal-common - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-common-util - org.opendaylight.controller config-api diff --git a/features/config/src/main/resources/features.xml b/features/config/src/main/resources/features.xml index b4dd03f491..b2e0b246ef 100644 --- a/features/config/src/main/resources/features.xml +++ b/features/config/src/main/resources/features.xml @@ -6,21 +6,12 @@ mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features - odl-mdsal-common odl-config-api odl-config-netty-config-api odl-config-core odl-config-manager - - odl-yangtools-data-binding - mvn:org.opendaylight.controller/sal-common/${mdsal.version} - mvn:org.opendaylight.controller/sal-common-api/${mdsal.version} - mvn:org.opendaylight.controller/sal-common-impl/${mdsal.version} - mvn:org.opendaylight.controller/sal-common-util/${mdsal.version} - - mvn:org.opendaylight.controller/config-api/${project.version} odl-yangtools-common @@ -39,7 +30,6 @@ odl-yangtools-common odl-yangtools-binding odl-yangtools-binding-generator - odl-mdsal-common odl-config-api mvn:org.opendaylight.controller/config-util/${project.version} mvn:org.opendaylight.controller/yang-jmx-generator/${project.version} @@ -53,4 +43,4 @@ odl-config-core mvn:org.opendaylight.controller/config-manager/${project.version} - \ No newline at end of file + diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index d81da186b9..5e6afd248f 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -139,6 +139,18 @@ sal-akka-raft ${mdsal.version} + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-common-util + org.opendaylight.controller sal-core-spi diff --git a/features/mdsal/src/main/resources/features.xml b/features/mdsal/src/main/resources/features.xml index 540cea1bbc..1582f45789 100644 --- a/features/mdsal/src/main/resources/features.xml +++ b/features/mdsal/src/main/resources/features.xml @@ -14,6 +14,13 @@ odl-mdsal-xsql odl-toaster + + odl-yangtools-data-binding + mvn:org.opendaylight.controller/sal-common/${mdsal.version} + mvn:org.opendaylight.controller/sal-common-api/${mdsal.version} + mvn:org.opendaylight.controller/sal-common-impl/${mdsal.version} + mvn:org.opendaylight.controller/sal-common-util/${mdsal.version} + odl-yangtools-common odl-yangtools-binding