Fix ovsdb compilation 78/77578/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Nov 2018 11:51:03 +0000 (12:51 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Nov 2018 11:51:03 +0000 (12:51 +0100)
southbound-impl relied on getting its dependencies transitively:
- sal-binding-api via aaa
- mdsal-dom-api via sal-core-api

Fix this up by specifying correct dependencies.

Change-Id: Iba60e8978c29a82f77c42d7ce1ee6052613fdcea
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>