Skip to content

Commit b13f79a

Browse files
author
GutoVeronezi
committed
Ignore opensaml dependencies
1 parent 201f066 commit b13f79a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,20 @@
623623
<groupId>org.opensaml</groupId>
624624
<artifactId>opensaml</artifactId>
625625
<version>${cs.opensaml.version}</version>
626+
<exclusions>
627+
<exclusion>
628+
<groupId>org.slf4j</groupId>
629+
<artifactId>jcl-over-slf4j</artifactId>
630+
</exclusion>
631+
<exclusion>
632+
<groupId>org.slf4j</groupId>
633+
<artifactId>jul-to-slf4j</artifactId>
634+
</exclusion>
635+
<exclusion>
636+
<groupId>org.slf4j</groupId>
637+
<artifactId>log4j-over-slf4j</artifactId>
638+
</exclusion>
639+
</exclusions>
626640
</dependency>
627641
<dependency>
628642
<groupId>org.owasp.esapi</groupId>

0 commit comments

Comments
 (0)