Minimize yangtools dependencies and bump to 2.0.1
[netconf.git] / features / netconf / odl-netconf-util / pom.xml
index 92802443dcce16b6d8fc1dee37b309293f5f940b..e4259f345d541087c9fea5cf0228b0fc4f1b7c66 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>odl-netconf-util</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencies>
@@ -33,8 +33,8 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>odl-yangtools-yang-data</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <artifactId>odl-yangtools-codec</artifactId>
+            <version>2.0.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -52,4 +52,4 @@
             <classifier>config</classifier>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>