Skip to content

Commit b7bb44e

Browse files
author
GutoVeronezi
committed
Ignore opensaml dependencies
1 parent 1c7efcb commit b7bb44e

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
@@ -622,6 +622,20 @@
622622
<groupId>org.opensaml</groupId>
623623
<artifactId>opensaml</artifactId>
624624
<version>${cs.opensaml.version}</version>
625+
<exclusions>
626+
<exclusion>
627+
<groupId>org.slf4j</groupId>
628+
<artifactId>jcl-over-slf4j</artifactId>
629+
</exclusion>
630+
<exclusion>
631+
<groupId>org.slf4j</groupId>
632+
<artifactId>jul-to-slf4j</artifactId>
633+
</exclusion>
634+
<exclusion>
635+
<groupId>org.slf4j</groupId>
636+
<artifactId>log4j-over-slf4j</artifactId>
637+
</exclusion>
638+
</exclusions>
625639
</dependency>
626640
<dependency>
627641
<groupId>org.owasp.esapi</groupId>

0 commit comments

Comments
 (0)