Remove sal-dom-broker dependency on in-memory datastore 34/81934/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2019 10:02:55 +0000 (12:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 14 May 2019 14:27:11 +0000 (16:27 +0200)
This dependency should be purely scope=test, so that we do not
depend on a particular datastore.

JIRA: CONTROLLER-1584
Change-Id: I24962d09b80d9f1a68ba777980d129387bc41380
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-binding-broker/pom.xml
opendaylight/md-sal/sal-dom-broker/pom.xml

index f488631e9b28b3e378f92cf01fbb434b634be11c..18787ab8e0436e254d7cbcffd47821d93f05af31 100644 (file)
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-model-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-inmemory-datastore</artifactId>
+      <!-- FIXME: this should be scope=test
+      <scope>test</scope-->
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
index 2f6662921780ec3628ff268033a9b8208ab8c713..9ba4edc759138034396c8936f081e0d890cd36d6 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-spi</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-core-compat</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>util</artifactId>
@@ -77,8 +81,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-inmemory-datastore</artifactId>
-      <!-- FIXME: this should be scope=test
-      <scope>test</scope-->
+      <scope>test</scope>
     </dependency>
   </dependencies>