From 77d19eefbfe6f86b57f0cdc99303ab944d80318b Mon Sep 17 00:00:00 2001 From: Fabien Carrion Date: Fri, 22 Oct 2021 12:26:01 -0500 Subject: [PATCH] [xmppclient] Set dependencies in the pom.xml to provided for all the one which exists in features.xml (#11418) Signed-off-by: Fabien Carrion --- bundles/org.openhab.binding.xmppclient/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.binding.xmppclient/pom.xml b/bundles/org.openhab.binding.xmppclient/pom.xml index 04d84db12ed1b..bfb83ed484a90 100644 --- a/bundles/org.openhab.binding.xmppclient/pom.xml +++ b/bundles/org.openhab.binding.xmppclient/pom.xml @@ -23,37 +23,37 @@ org.igniterealtime.smack smack-java7 ${smack.version} - compile + provided org.igniterealtime.smack smack-extensions ${smack.version} - compile + provided org.igniterealtime.smack smack-im ${smack.version} - compile + provided org.igniterealtime.smack smack-tcp ${smack.version} - compile + provided org.igniterealtime.smack smack-experimental ${smack.version} - compile + provided org.minidns minidns-core 0.3.3 - compile + provided