Skip to content

Commit

Permalink
Add bcpkix-jdk18on alongside quarkus-kubernetes-client
Browse files Browse the repository at this point in the history
Fixes `integration-tests/gradle` when `.kube/config` has ECDSA keys/certs

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
  • Loading branch information
grossws committed Apr 16, 2023
1 parent 1b0b5f5 commit cd0c04c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repositories {
dependencies {
api enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")
api 'io.quarkus:quarkus-kubernetes-client'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.72'
}

compileJava {
Expand Down

0 comments on commit cd0c04c

Please sign in to comment.