Enabling Remote RPC Router module in ODL distribution.
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 79b9ccea832a26a5b295ef469d768f77717a0583..38dc454ac3c98b9614bda2dc30c6f6e0e8ceec4a 100644 (file)
           <artifactId>restconf-client-impl</artifactId>
         </dependency>
 
+        <!-- clustering -->
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>remoterpc-routingtable.implementation</artifactId>
+          <version>${mdsal.version}</version>
+        </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sal-remoterpc-connector</artifactId>
+          <version>${mdsal.version}</version>
+        </dependency>
+
         <!-- config-->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>