Skip to content

Commit

Permalink
re-add dependencymanagement sections for old bouncycastle to satisfy …
Browse files Browse the repository at this point in the history
…downstream validation
  • Loading branch information
janjwerner-confluent committed Nov 17, 2023
1 parent 33734c5 commit 0c034e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -313,6 +313,16 @@
<artifactId>spotbugs-annotations</artifactId>
<version>${spotbugs.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
Expand Down

0 comments on commit 0c034e8

Please sign in to comment.