Skip to content

Commit 00c0e26

Browse files
authored
Merge pull request #182 from mawinter69/add-bgp
add bcpg-jdk18on
2 parents 274ad04 + f2acb2d commit 00c0e26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
The FIPS and non FIPS versions of BouncyCastle are mostly but not completely API compatible if the consumer steers clear of any deprecated APIs or low level APIS.
8080
This may cause some plugins that depend on this to blow up at runtime (e.g SAML), but without this even more things would go bang.
8181
-->
82+
<dependency>
83+
<groupId>org.bouncycastle</groupId>
84+
<artifactId>bcpg-jdk18on</artifactId>
85+
<version>${revision}</version>
86+
</dependency>
8287
<dependency>
8388
<groupId>org.bouncycastle</groupId>
8489
<artifactId>bcpkix-jdk18on</artifactId>

0 commit comments

Comments
 (0)