Skip to content

Commit 7b3cbcf

Browse files
authored
Merge pull request #3 from isivanoff/dependency-updates
Introduce bouncy castle dependencies.
2 parents 01678a0 + 016c840 commit 7b3cbcf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
<artifactId>bcprov-jdk15to18</artifactId>
4949
<version>${bouncycastle.version}</version>
5050
</dependency>
51+
<dependency>
52+
<groupId>org.bouncycastle</groupId>
53+
<artifactId>bcpkix-jdk15to18</artifactId>
54+
<version>${bouncycastle.version}</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.bouncycastle</groupId>
58+
<artifactId>bcutil-jdk15to18</artifactId>
59+
<version>${bouncycastle.version}</version>
60+
</dependency>
5161
<dependency>
5262
<groupId>io.micrometer</groupId>
5363
<artifactId>micrometer-core</artifactId>

0 commit comments

Comments
 (0)