Merge "Resolve Bug:448 - Remove yang-store api and impl."
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 79b9ccea832a26a5b295ef469d768f77717a0583..c9934356142b7951b9c17cbe28f584e1b2936aa0 100644 (file)
           <artifactId>restconf-client-impl</artifactId>
         </dependency>
 
-        <!-- config-->
+        <!-- clustering -->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
-          <artifactId>config-api</artifactId>
+          <artifactId>remoterpc-routingtable.implementation</artifactId>
+          <version>${mdsal.version}</version>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
-          <artifactId>config-manager</artifactId>
+          <artifactId>sal-remoterpc-connector</artifactId>
+          <version>${mdsal.version}</version>
         </dependency>
+
+        <!-- config-->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
-          <artifactId>yang-jmx-generator</artifactId>
+          <artifactId>config-api</artifactId>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
-          <artifactId>yang-store-api</artifactId>
+          <artifactId>config-manager</artifactId>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
-          <artifactId>yang-store-impl</artifactId>
+          <artifactId>yang-jmx-generator</artifactId>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>