Skip to content

Commit 4fe2f55

Browse files
committed
add Bouncy Castle Provider
1 parent 1e9ae70 commit 4fe2f55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<artifactId>bcpkix-jdk15on</artifactId>
3232
<version>1.47</version>
3333
</dependency>
34+
<dependency>
35+
<groupId>org.bouncycastle</groupId>
36+
<artifactId>bcprov-jdk15on</artifactId>
37+
<version>1.47</version>
38+
</dependency>
3439
<dependency>
3540
<groupId>commons-httpclient</groupId>
3641
<artifactId>commons-httpclient</artifactId>

0 commit comments

Comments
 (0)