Use YANG binding from YANG Tools
[mdsal.git] / features / odl-mdsal-binding-api / pom.xml
index 7dc710ebcc3cc323451ec8744f81f12fe884dd91..fce87cb49a81a49fc6b61a1568b7e686e5bb53f7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>11.0.5-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <description>MD-SAL Java Binding APIs</description>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>odl-yangtools-data-api</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-common</artifactId>
+            <artifactId>odl-mdsal-binding-base</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding-base</artifactId>
+            <artifactId>odl-mdsal-common</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>