From d2320bc72b4b366eb7927753af4ab93682719e1e 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) Fixes #194 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. (cherry picked from commit e76df16d9f4f50e87009af428ef2683ee1359c16) Signed-off-by: Rohit Yadav --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 99a86c1aff8..2d5e2f5cce5 100644 --- a/pom.xml +++ b/pom.xml @@ -619,6 +619,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