From 09896024411d23b50e9290522aac3de99648cd0b Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 11 Jan 2024 13:13:42 +0100 Subject: [PATCH] pom: exclude slf4j-simple from azure dependencies #TASK-5404 --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/pom.xml b/pom.xml index 8da78d874e3..73f4a916fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -849,6 +849,12 @@ com.microsoft.azure adal4j ${adal4j.version} + + + org.slf4j + slf4j-simple + + com.microsoft.graph @@ -874,11 +880,23 @@ com.microsoft.azure azure-client-runtime ${azure-client.version} + + + org.slf4j + slf4j-simple + + com.microsoft.azure azure-client-authentication ${azure-client.version} + + + org.slf4j + slf4j-simple + + org.apache.httpcomponents @@ -899,6 +917,12 @@ com.microsoft.azure azure-batch ${azure-batch.version} + + + org.slf4j + slf4j-simple + + io.fabric8 @@ -1005,6 +1029,12 @@ azure-storage-blob ${azure-storage-blob.version} ${azure.optional} + + + org.slf4j + slf4j-simple + + com.google.code.findbugs @@ -1040,6 +1070,12 @@ com.microsoft.azure azure ${azure.version} + + + org.slf4j + slf4j-simple + + org.glassfish.jersey.media