Skip to content

Commit 45bf0d0

Browse files
committed
build: add bc-jdk18on-bom
1 parent 2b22120 commit 45bf0d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dotenvx-spring-boot/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<dependency>
1919
<groupId>org.bouncycastle</groupId>
2020
<artifactId>bcprov-jdk18on</artifactId>
21-
<version>${bouncycastle.version}</version>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@
6060

6161
<dependencyManagement>
6262
<dependencies>
63+
<dependency>
64+
<groupId>org.bouncycastle</groupId>
65+
<artifactId>bc-jdk18on-bom</artifactId>
66+
<version>${bouncycastle.version}</version>
67+
<scope>import</scope>
68+
<type>pom</type>
69+
</dependency>
6370
<dependency>
6471
<groupId>org.springframework.boot</groupId>
6572
<artifactId>spring-boot-dependencies</artifactId>

0 commit comments

Comments
 (0)