Bump to odlparent 4.0.8
[bgpcep.git] / concepts / pom.xml
index 5605ef56c20f918f3d85b1e74a6e7fc1bfdcbedb..e08b0ea94b359c783126d8ee3508b5627bde4a16 100644 (file)
             <artifactId>guava</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>concepts</artifactId>
+        </dependency>
+
         <!--
            FIXME: this is in support of the generated code. This should not
                   be here, but the plugin should bring it in.
@@ -58,8 +63,8 @@
                     discovered by the plugin.
         -->
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
 
         <!-- Testing dependencies -->