Migrate restconf to MD-SAL APIs
[netconf.git] / restconf / restconf-common / pom.xml
index 6ac32645afd11e51296de4ad70d06223056e11de..e9babe1d0585c6f9f99540c9cc4d1af9c215db06 100644 (file)
@@ -47,8 +47,8 @@
     </dependency>
 
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-core-api</artifactId>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-api</artifactId>
     </dependency>
 
     <dependency>