Skip to content

Commit

Permalink
addd bouncy castle dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Dec 2, 2024
1 parent 10616d8 commit a4d0ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<version>4.8.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.79</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit a4d0ef2

Please sign in to comment.