We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201f066 commit b13f79aCopy full SHA for b13f79a
1 file changed
pom.xml
@@ -623,6 +623,20 @@
623
<groupId>org.opensaml</groupId>
624
<artifactId>opensaml</artifactId>
625
<version>${cs.opensaml.version}</version>
626
+ <exclusions>
627
+ <exclusion>
628
+ <groupId>org.slf4j</groupId>
629
+ <artifactId>jcl-over-slf4j</artifactId>
630
+ </exclusion>
631
632
633
+ <artifactId>jul-to-slf4j</artifactId>
634
635
636
637
+ <artifactId>log4j-over-slf4j</artifactId>
638
639
+ </exclusions>
640
</dependency>
641
<dependency>
642
<groupId>org.owasp.esapi</groupId>
0 commit comments