Fix ovsdb compilation
[ovsdb.git] / southbound / southbound-impl / pom.xml
index 0ef06ffbe496b32d607e72857f56c473a8f70b34..9c43ff1d0a53ae3419da195883b910274be4747e 100644 (file)
@@ -31,7 +31,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-core-api</artifactId>
+      <artifactId>sal-binding-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>