fix mdsal binding models
[transportpce.git] / features / odl-transportpce-stubmodels / pom.xml
index d2434c431d33d32666466402da77043b828ee3f7..d95b2fd75699e9a5d65d75f38ba0fa21ae800a9f 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.4</version>
+    <version>4.0.9</version>
     <relativePath/>
   </parent>
 
@@ -32,9 +32,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-inet-types-2013-07-15</artifactId>
-      <version>1.5.2-SNAPSHOT</version>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-inet-types</artifactId>
+      <version>1.2.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-yang-types</artifactId>
+      <version>1.2.6</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>