We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba518be commit 302d95fCopy full SHA for 302d95f
keycloak/build.gradle
@@ -28,6 +28,7 @@ dependencies {
28
api 'org.keycloak:keycloak-admin-client:25.0.2'
29
api 'javax.annotation:javax.annotation-api:1.3.2'
30
api 'org.bouncycastle:bcprov-jdk15on:1.70'
31
+ api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' // required since keycloak-admin-client 25.0.1
32
api 'com.typesafe:config:1.4.3'
33
34
testImplementation "com.google.protobuf:protobuf-java:$protobufVersion"
0 commit comments