From: Robert Varga Date: Mon, 6 May 2019 17:48:51 +0000 (+0200) Subject: Refactor odl-mdsal-remoterpc-connector X-Git-Tag: release/sodium~94 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e4a754b66ecf89259330867284d88a366df89acd Refactor odl-mdsal-remoterpc-connector RPC connector has a logical dependency on components present in the distributed datastore. This refactors it to take that into account. JIRA: CONTROLLER-1584 Change-Id: Icd0145b35310133822ee02cdf4a3d4cffbc6e257 Signed-off-by: Robert Varga --- diff --git a/features/mdsal/odl-mdsal-broker/pom.xml b/features/mdsal/odl-mdsal-broker/pom.xml index 8c7d1e6575..4844b995b6 100644 --- a/features/mdsal/odl-mdsal-broker/pom.xml +++ b/features/mdsal/odl-mdsal-broker/pom.xml @@ -36,5 +36,13 @@ xml features + + + ${project.groupId} + odl-mdsal-broker-local + ${project.version} + xml + features + diff --git a/features/mdsal/odl-mdsal-remoterpc-connector/pom.xml b/features/mdsal/odl-mdsal-remoterpc-connector/pom.xml index 4142290237..633f8d307d 100644 --- a/features/mdsal/odl-mdsal-remoterpc-connector/pom.xml +++ b/features/mdsal/odl-mdsal-remoterpc-connector/pom.xml @@ -21,37 +21,31 @@ 1.10.0-SNAPSHOT feature - - - true - + OpenDaylight :: Controller :: Remote RPC Connector + Clustering remote RPC support + + + + + ${project.groupId} + mdsal-artifacts + ${project.version} + pom + import + + + ${project.groupId} - odl-mdsal-broker-local - ${project.version} - xml - features - - - ${project.groupId} - odl-mdsal-clustering-commons - ${project.version} - xml - features - - - org.opendaylight.odlparent - odl-akka-leveldb-0.10 - 5.0.0 + odl-mdsal-distributed-datastore xml features ${project.groupId} sal-remoterpc-connector - ${project.version} diff --git a/features/mdsal/odl-mdsal-remoterpc-connector/src/main/feature/feature.xml b/features/mdsal/odl-mdsal-remoterpc-connector/src/main/feature/feature.xml deleted file mode 100644 index b4f9bcbcb3..0000000000 --- a/features/mdsal/odl-mdsal-remoterpc-connector/src/main/feature/feature.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - odl-akka-leveldb-0.10 - -