Modify config Module impls to co-exist with blueprint
[controller.git] / features / mdsal / pom.xml
index abb74a54db464472175b8cf08a74bba1241e1dd0..f12e9e13588251e89c22fd82c02964e6e9d2fe7e 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>