Skip to content

Commit

Permalink
chore: better dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jul 18, 2024
1 parent 302d95f commit 8f7ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ protobuf {
dependencies {
api project(':core')
api 'org.keycloak:keycloak-admin-client:25.0.2'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' // required since keycloak-admin-client 25.0.1
api 'javax.annotation:javax.annotation-api:1.3.2'
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' // required since keycloak-admin-client 25.0.1
api 'com.typesafe:config:1.4.3'

testImplementation "com.google.protobuf:protobuf-java:$protobufVersion"
Expand Down

0 comments on commit 8f7ed76

Please sign in to comment.