Skip to content

Commit 8f53e63

Browse files
authored
Merge pull request #50245 from gastaldi/bc_bom
Use BouncyCastle BOM in Quarkus BOM
2 parents 24cfa08 + 73d4648 commit 8f53e63

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed

bom/application/pom.xml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,36 +3712,13 @@
37123712
<version>${findbugs.version}</version>
37133713
</dependency>
37143714

3715-
<!-- Bouncy Castle -->
3715+
<!-- Bouncy Castle, imported as a BOM -->
37163716
<dependency>
37173717
<groupId>org.bouncycastle</groupId>
3718-
<artifactId>bcprov-jdk18on</artifactId>
3719-
<version>${bouncycastle.version}</version>
3720-
</dependency>
3721-
<dependency>
3722-
<groupId>org.bouncycastle</groupId>
3723-
<artifactId>bctls-jdk18on</artifactId>
3724-
<version>${bouncycastle.version}</version>
3725-
</dependency>
3726-
<dependency>
3727-
<groupId>org.bouncycastle</groupId>
3728-
<artifactId>bcpkix-jdk18on</artifactId>
3729-
<version>${bouncycastle.version}</version>
3730-
</dependency>
3731-
<dependency>
3732-
<groupId>org.bouncycastle</groupId>
3733-
<artifactId>bcutil-jdk18on</artifactId>
3734-
<version>${bouncycastle.version}</version>
3735-
</dependency>
3736-
<dependency>
3737-
<groupId>org.bouncycastle</groupId>
3738-
<artifactId>bcpg-jdk18on</artifactId>
3739-
<version>${bouncycastle.version}</version>
3740-
</dependency>
3741-
<dependency>
3742-
<groupId>org.bouncycastle</groupId>
3743-
<artifactId>bcmail-jdk18on</artifactId>
3718+
<artifactId>bc-jdk18on-bom</artifactId>
37443719
<version>${bouncycastle.version}</version>
3720+
<type>pom</type>
3721+
<scope>import</scope>
37453722
</dependency>
37463723
<dependency>
37473724
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)