From 4ed5ca0a6232b5a94fec2f1ea9103c439d249a2f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 1 Sep 2018 01:20:01 +0200 Subject: [PATCH] mdsal-dom-inmemory-datastore only a test dependency of mdsal-dom-broker found in https://github.com/vorburger/opendaylight-etcd/commit/097e0c1c62bc8dac2eef319ff7e2d273aabfd681 Change-Id: I70891d7d30364e0f0cc285fe930af95a5a4288ad Signed-off-by: Michael Vorburger --- binding/mdsal-binding-dom-adapter/pom.xml | 5 +++++ binding/mdsal-binding-test-utils/pom.xml | 5 +++++ binding2/mdsal-binding2-dom-adapter/pom.xml | 5 +++++ dom/mdsal-dom-broker/pom.xml | 1 + 4 files changed, 16 insertions(+) diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 5f8bcdac11..39076c753b 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -110,6 +110,11 @@ yang-parser-impl test + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + test + org.opendaylight.mdsal mdsal-binding-test-model diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index b4b68e36a4..4200d58382 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -75,6 +75,11 @@ 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. --> + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + test + org.opendaylight.mdsal mdsal-binding-test-model diff --git a/binding2/mdsal-binding2-dom-adapter/pom.xml b/binding2/mdsal-binding2-dom-adapter/pom.xml index 9e655468fc..38d3f08010 100644 --- a/binding2/mdsal-binding2-dom-adapter/pom.xml +++ b/binding2/mdsal-binding2-dom-adapter/pom.xml @@ -115,6 +115,11 @@ mdsal-binding2-test-model test + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + test + org.slf4j slf4j-simple diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index ca98aee8aa..02bafb464f 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -61,6 +61,7 @@ org.opendaylight.mdsal mdsal-dom-inmemory-datastore + test -- 2.36.6