File tree Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Original file line number Diff line number Diff line change 3712
3712
<version >${findbugs.version} </version >
3713
3713
</dependency >
3714
3714
3715
- <!-- Bouncy Castle -->
3715
+ <!-- Bouncy Castle, imported as a BOM -->
3716
3716
<dependency >
3717
3717
<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 >
3744
3719
<version >${bouncycastle.version} </version >
3720
+ <type >pom</type >
3721
+ <scope >import</scope >
3745
3722
</dependency >
3746
3723
<dependency >
3747
3724
<groupId >org.bouncycastle</groupId >
You can’t perform that action at this time.
0 commit comments