Skip to content

Commit

Permalink
fix: try to exclude library not-yet-commons-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Oct 8, 2021
1 parent 6b7619e commit 520199c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oxSaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<exclusions>
<exclusion>
<groupId>ca.juliusdavies</groupId>
<artifactId>not-yet-commons-ssl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit 520199c

Please sign in to comment.