Merge "Adding remoterpc connector to distribution and Updating actor system creation"
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 4d0770f8cb8837cfd12b897401c2db07546b2538..f8796e0ae4468093bde4cb91a88174335bc3a434 100644 (file)
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>sal-restconf-broker</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sal-remoterpc-connector</artifactId>
+        </dependency>
+
 
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-parser-impl</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.yangtools</groupId>
+          <artifactId>yang-data-composite-node</artifactId>
+        </dependency>
         <!-- yang model dependencies -->
         <dependency>
           <groupId>org.opendaylight.yangtools.model</groupId>
           <artifactId>jeromq</artifactId>
           <version>0.3.1</version>
         </dependency>
+          <dependency>
+              <groupId>org.opendaylight.controller</groupId>
+              <artifactId>sal-distributed-datastore</artifactId>
+          </dependency>
+
       </dependencies>
     </profile>
     <profile>