Skip to content

Commit

Permalink
exclude bouncycastle from cloud starter
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi committed Jun 20, 2023
1 parent dba6f2f commit 9335cef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 9335cef

Please sign in to comment.