Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / md-sal / pom.xml
index de2ed962ce8a099f5a8c3e43baa16478925667fc..86f5e203f2323fdbf6b8c551a0431ac01243a09d 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.0</version>
+    <version>13.0.11</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-aggregator</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>9.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
     <module>sal-dummy-distributed-datastore</module>
     <module>sal-cluster-admin-api</module>
     <module>sal-cluster-admin-impl</module>
-    <module>sal-distributed-eos</module>
+    <module>sal-cluster-admin-karaf-cli</module>
+
+    <!-- Entity Ownership Service on top of Akka Distributed Data/Singleton -->
+    <module>eos-dom-akka</module>
 
     <!-- Yang Test Models for MD-SAL -->
     <module>sal-test-model</module>
     <!-- Clustering -->
     <module>sal-remoterpc-connector</module>
 
-    <!-- Message Bus -->
-    <module>messagebus-api</module>
-    <module>messagebus-spi</module>
-    <module>messagebus-impl</module>
-    <module>messagebus-util</module>
-
     <!-- PAX EXAM ITs -->
     <module>sal-binding-it</module>