Fix mdsal-netconf-connector dependencies 44/82044/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 14 May 2019 20:07:49 +0000 (22:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 14 May 2019 20:07:49 +0000 (22:07 +0200)
sal-broker-impl is not needed and it not pulling in in-memory DS
has broken the build. Fix up dependencies to pull in mdsal
counterparts, which is what we really need.

Change-Id: I5795877b16f55a9376e7635a360eadc962ff9b48
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-connector/pom.xml

index bbc8d3b8f3979ca6819ed7b5d44ed2d3b0630ba2..162aeace7affab6d38da5d74c3f51ce883088c94 100644 (file)
       <artifactId>ietf-netconf</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-broker-impl</artifactId>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-broker</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-inmemory-datastore</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>