mdsal-dom-inmemory-datastore only a test dependency of mdsal-dom-broker 50/75650/3
authorMichael Vorburger <vorburger@redhat.com>
Fri, 31 Aug 2018 23:20:01 +0000 (01:20 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Sat, 1 Sep 2018 01:14:34 +0000 (03:14 +0200)
found in https://github.com/vorburger/opendaylight-etcd/commit/097e0c1c62bc8dac2eef319ff7e2d273aabfd681

Change-Id: I70891d7d30364e0f0cc285fe930af95a5a4288ad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
binding/mdsal-binding-dom-adapter/pom.xml
binding/mdsal-binding-test-utils/pom.xml
binding2/mdsal-binding2-dom-adapter/pom.xml
dom/mdsal-dom-broker/pom.xml

index 5f8bcdac1168b5260f16b4c5634a917036c910b5..39076c753b4441b7ba9e3d22df5cc9dbf9c4b8f6 100644 (file)
             <artifactId>yang-parser-impl</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-dom-inmemory-datastore</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-test-model</artifactId>
index b4b68e36a4c60e53f88f48cdc6f2afb4413c0b00..4200d58382de56bbcb0d7a23c1a4877a212b16ee 100644 (file)
              because they are only required by the test utilities
              self test code in src/test, but not (necessarily)
              by a downstream consumer of the test utilities.   -->
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-dom-inmemory-datastore</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-test-model</artifactId>
index 9e655468fcd2c6feb77fc70b4809d30c5181cdf9..38d3f0801027f0c5ef2da6710009e8d5eb46d1f9 100644 (file)
             <artifactId>mdsal-binding2-test-model</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-dom-inmemory-datastore</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
index ca98aee8aa45507991403ed20bfc42721b2765f7..02bafb464fd117440bbed93d1e7a00af20000d2e 100644 (file)
@@ -61,6 +61,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
+            <scope>test</scope>
         </dependency>
 
         <dependency>