Skip to content

Commit a3ac161

Browse files
committed
Add related BouncyCastle dependencies
1 parent 171bcb4 commit a3ac161

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,17 @@
441441
<dependency>
442442
<groupId>org.bouncycastle</groupId>
443443
<artifactId>bcprov-jdk18on</artifactId>
444-
<version>${bcprov-jdk18on-version}</version>
444+
<version>${bc-jdk18on-version}</version>
445+
</dependency>
446+
<dependency>
447+
<groupId>org.bouncycastle</groupId>
448+
<artifactId>bcutil-jdk18on</artifactId>
449+
<version>${bc-jdk18on-version}</version>
450+
</dependency>
451+
<dependency>
452+
<groupId>org.bouncycastle</groupId>
453+
<artifactId>bcpkix-jdk18on</artifactId>
454+
<version>${bc-jdk18on-version}</version>
445455
</dependency>
446456
<dependency>
447457
<groupId>org.hamcrest</groupId>
@@ -671,7 +681,7 @@
671681
<kotlin-stdlib-version>1.9.0</kotlin-stdlib-version>
672682
<okhttp-version>4.11.0</okhttp-version>
673683
<okio-version>3.5.0</okio-version>
674-
<bcprov-jdk18on-version>1.76</bcprov-jdk18on-version>
684+
<bc-jdk18on-version>1.76</bc-jdk18on-version>
675685
<junit.jupiter.version>5.10.0</junit.jupiter.version>
676686
<junit.vintage.version>5.7.1</junit.vintage.version>
677687
<junit.platform.version>1.7.0</junit.platform.version>

0 commit comments

Comments
 (0)