Migration to use MD-SAL Project
[bgpcep.git] / concepts / pom.xml
index 9abc14bba4aba9a160b5266ef51b20f213a4b335..24daacd49847ddcf7ce02213e6eac218f5659b89 100644 (file)
@@ -51,7 +51,7 @@
                    be here, but the plugin should bring it in.
         -->
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
+            <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
         <!--
@@ -60,7 +60,7 @@
                     discovered by the plugin.
         -->
         <dependency>
-            <groupId>org.opendaylight.yangtools.model</groupId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types</artifactId>
         </dependency>
 
@@ -75,7 +75,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.yangtools.model</groupId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-topology</artifactId>
             <scope>test</scope>
         </dependency>