Bug 4202: Migration to use mdsal project
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / pom.xml
index a1ba2ecdd6d2cae66d0e60c99b8e8fd67104f6f3..6fd9070a7c01ad97092387d3bfaecae4f03578c7 100644 (file)
@@ -59,7 +59,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
+      <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>yang-binding</artifactId>
     </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>