Skip to content

Commit

Permalink
Merge pull request #102 from eu-digital-green-certificates/fix/bouny-…
Browse files Browse the repository at this point in the history
…castle

feat: exclude bouncycastle from cloud starter
  • Loading branch information
f11h authored Jun 20, 2023
2 parents dba6f2f + 9335cef commit 9a30856
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 9a30856

Please sign in to comment.