Skip to content

Commit f2acb2d

Browse files
committed
add bcpg-jdk18on
bcpg-jdk18on is needed by datadog plugin
1 parent 274ad04 commit f2acb2d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)