Migration to use MD-SAL Project
[bgpcep.git] / programming / impl / pom.xml
index 89bb7f9a6cd8b7c0a0aab171aedb6828a3a61e49..23044c708289fb336b6776edb4e6919a11204ef3 100644 (file)
@@ -63,7 +63,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
+            <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
         <dependency>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>binding-generator-impl</artifactId>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-generator-impl</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>