Skip to content

Commit 8f7ed76

Browse files
committed
chore: better dependencies order
1 parent 302d95f commit 8f7ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keycloak/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ protobuf {
2626
dependencies {
2727
api project(':core')
2828
api 'org.keycloak:keycloak-admin-client:25.0.2'
29+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' // required since keycloak-admin-client 25.0.1
2930
api 'javax.annotation:javax.annotation-api:1.3.2'
3031
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
3232
api 'com.typesafe:config:1.4.3'
3333

3434
testImplementation "com.google.protobuf:protobuf-java:$protobufVersion"

0 commit comments

Comments
 (0)