Skip to content

Commit

Permalink
Merge branch 'version_4.5.3' of https://github.com/GluuFederation/oxT…
Browse files Browse the repository at this point in the history
…rust into version_4.5.3
  • Loading branch information
yurem committed Nov 15, 2023
2 parents 46ec20f + 55e06f8 commit 46fdfb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxtrust-service</artifactId>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- oxAuth -->
Expand Down Expand Up @@ -690,6 +696,10 @@
<groupId>ca.juliusdavies</groupId>
<artifactId>not-yet-commons-ssl</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 46fdfb0

Please sign in to comment.