From f88a6eebe7c87187ec050172da9adb052c0cef65 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 8 Sep 2023 14:43:11 +0200 Subject: [PATCH] Limit org.xmlunit dependency scope We need org.xmlunit dependency in lighty-network-topology-device as a test dependency. Remove other usages. Signed-off-by: Ivan Hrasko (cherry picked from commit 88fdfaa5831f5b623ff8cdbaa1c724d8975f6c0b) --- examples/devices/lighty-actions-device/pom.xml | 10 ---------- .../devices/lighty-network-topology-device/pom.xml | 5 +++++ examples/devices/lighty-notifications-device/pom.xml | 10 ---------- examples/devices/lighty-toaster-device/pom.xml | 10 ---------- .../devices/lighty-toaster-multiple-devices/pom.xml | 10 ---------- 5 files changed, 5 insertions(+), 40 deletions(-) diff --git a/examples/devices/lighty-actions-device/pom.xml b/examples/devices/lighty-actions-device/pom.xml index ba1301e4..ad1b4c3b 100644 --- a/examples/devices/lighty-actions-device/pom.xml +++ b/examples/devices/lighty-actions-device/pom.xml @@ -46,16 +46,6 @@ junit-jupiter-engine test - - org.xmlunit - xmlunit-matchers - test - - - org.xmlunit - xmlunit-assertj - test - diff --git a/examples/devices/lighty-network-topology-device/pom.xml b/examples/devices/lighty-network-topology-device/pom.xml index eae31d3c..a024bf38 100644 --- a/examples/devices/lighty-network-topology-device/pom.xml +++ b/examples/devices/lighty-network-topology-device/pom.xml @@ -50,6 +50,11 @@ junit-jupiter-engine test + + org.xmlunit + xmlunit-core + test + org.xmlunit xmlunit-matchers diff --git a/examples/devices/lighty-notifications-device/pom.xml b/examples/devices/lighty-notifications-device/pom.xml index 0e4921ac..309c6ce6 100644 --- a/examples/devices/lighty-notifications-device/pom.xml +++ b/examples/devices/lighty-notifications-device/pom.xml @@ -45,16 +45,6 @@ junit-jupiter-engine test - - org.xmlunit - xmlunit-matchers - test - - - org.xmlunit - xmlunit-assertj - test - diff --git a/examples/devices/lighty-toaster-device/pom.xml b/examples/devices/lighty-toaster-device/pom.xml index c6001800..28f26efe 100644 --- a/examples/devices/lighty-toaster-device/pom.xml +++ b/examples/devices/lighty-toaster-device/pom.xml @@ -51,16 +51,6 @@ junit-jupiter-engine test - - org.xmlunit - xmlunit-matchers - test - - - org.xmlunit - xmlunit-assertj - test - diff --git a/examples/devices/lighty-toaster-multiple-devices/pom.xml b/examples/devices/lighty-toaster-multiple-devices/pom.xml index 3b3804ea..980527f0 100644 --- a/examples/devices/lighty-toaster-multiple-devices/pom.xml +++ b/examples/devices/lighty-toaster-multiple-devices/pom.xml @@ -46,16 +46,6 @@ junit-jupiter-engine test - - org.xmlunit - xmlunit-matchers - test - - - org.xmlunit - xmlunit-assertj - test - com.github.spotbugs spotbugs-annotations