remove dependency on bouncycastle

This commit is contained in:
Athou
2024-04-14 17:36:27 +02:00
parent acb06c3405
commit e415d1d945
2 changed files with 0 additions and 21 deletions

View File

@@ -464,19 +464,6 @@
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<!-- dropwizard pulls bouncycastle 1.77 but mockserver pulls 1.72, causing NoSuchFieldError on BCObjectIdentifiers.sphincsPlus_shake_256 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version><!--$NO-MVN-MAN-VER$ -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.77</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>