Add a unit test for netty replication
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d45e9fd53c7a46fce2efa739faa787fbc68b1d5c..22561641ed5893ab3dc3d2f93c855fb0bb1ba7ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.8</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
-    <version>4.0.5-SNAPSHOT</version>
+    <version>4.0.16-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
 
@@ -35,6 +35,9 @@
         <module>singleton-service</module>
         <module>trace</module>
 
+        <!-- Data store replicators -->
+        <module>replicate</module>
+
         <!-- IETF YANG (Module) Library -->
         <module>yanglib</module>
     </modules>