Fix mdsal-netconf-connector dependencies 79/82079/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 14 May 2019 20:07:49 +0000 (22:07 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 15 May 2019 08:55:39 +0000 (08:55 +0000)
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>
(cherry picked from commit c55544c2ad343b1ebd38bd5db7deb9a81ccfa347)

netconf/mdsal-netconf-connector/pom.xml

index 876e002507e4a40ad155c93723ab0b202fa9a616..d5461328d0171fda90a6c234a430a778ad0bcf59 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>