fix: removing bouncy castle from the operator (#41428)

closes: #13959

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins 2025-07-27 08:21:15 -04:00 committed by GitHub
parent 10947d002f
commit becf9eab4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,16 +106,6 @@
<artifactId>keycloak-core</artifactId>
</dependency>
<!-- FIXME: Adding BC for now as removing the Bouncycastle dependencies from the operator makes it unusable on K3s and possibly on other kubernetes distributions (e.g. Rancher is based on K3s). -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>io.fabric8</groupId>