From 1535e41fd5c80473b13e2059248ffc2fa6c07ffb 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 a937b535..7375be28 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 9d73796a..566f3209 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 77bb4d1e..f1bf7b03 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 bbaa358d..d6f93495 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 6af23f04..54ae9df8 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