From e76df16d9f4f50e87009af428ef2683ee1359c16 Mon Sep 17 00:00:00 2001 From: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com> Date: Mon, 5 Sep 2022 09:08:45 -0300 Subject: [PATCH] Ignore opensaml dependencies (#6693) Commit f27de63 introduced a new version of opensaml. That version brought jcl-over-slf4j-1.7.5.jar, jul-to-slf4j-1.7.5.jar, and log4j-over-slf4j-1.7.5.jar as dependencies, which causes Agents and Usages to not generate logs. In order to make the logs to work again, this PR intends to exclude these dependencies while building the packages. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 1fa434f3787..87af324d121 100644 --- a/pom.xml +++ b/pom.xml @@ -623,6 +623,20 @@ org.opensaml opensaml ${cs.opensaml.version} + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + jul-to-slf4j + + + org.slf4j + log4j-over-slf4j + + org.owasp.esapi