Migration to use MD-SAL Project
[bgpcep.git] / bgp / parser-api / pom.xml
index f2d4c7f3d9b85622e3b7e8655a1ff1634c8049b9..19bdff02f830347ec1371a884201776bbbc8547b 100644 (file)
@@ -54,7 +54,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
+            <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
         <dependency>
@@ -67,7 +67,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.yangtools.model</groupId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types</artifactId>
         </dependency>
         <dependency>