Move ClusterAdminRpcService to its own bundle
[controller.git] / features / mdsal / pom.xml
index abb74a54db464472175b8cf08a74bba1241e1dd0..5c1a1ed78f94f4ee0f945224ceb7129319aadf52 100644 (file)
@@ -15,6 +15,7 @@
   <packaging>jar</packaging>
 
   <properties>
+    <blueprint.version>0.5.0-SNAPSHOT</blueprint.version>
     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
     <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
       <artifactId>stax-utils</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>blueprint</artifactId>
+      <version>${blueprint.version}</version>
+    </dependency>
+
     <!-- Required features repositories -->
     <dependency>
       <groupId>org.opendaylight.odlparent</groupId>
       <type>xml</type>
     </dependency>
 
-
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>md-sal-config</artifactId>
       <type>cfg</type>
       <classifier>datastore</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-cluster-admin</artifactId>
+      <version>${controller.mdsal.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-distributed-datastore</artifactId>