From: Fabien Carrion Date: Fri, 22 Oct 2021 17:26:01 +0000 (-0500) Subject: [xmppclient] Set dependencies in the pom.xml to provided for all the one which exists... X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5eb004e378ab512d1bf39e85ada3a01de1d54739;p=openhab-addons.git [xmppclient] Set dependencies in the pom.xml to provided for all the one which exists in features.xml (#11418) Signed-off-by: Fabien Carrion --- diff --git a/bundles/org.openhab.binding.xmppclient/pom.xml b/bundles/org.openhab.binding.xmppclient/pom.xml index 04d84db12e..bfb83ed484 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