Migration to use MD-SAL Project
[bgpcep.git] / features / pcep / pom.xml
index f8f5349c0512b78cd1412495826eba509a2b87c5..10285d75a0a992599f66474f8b1b7e46462ba0d9 100644 (file)
@@ -29,6 +29,7 @@
         <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
         <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
         <tcpmd5.version>1.2.0-SNAPSHOT</tcpmd5.version>
+        <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>features-mdsal</artifactId>
+            <version>2.0.0-SNAPSHOT</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>features-mdsal-model</artifactId>
+            <version>${mdsal.model.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-config</artifactId>
       </dependency>
   </dependencies>
 </project>
-