Skip to content
Snippets Groups Projects
Commit 668c0869 authored by Marc Portabella's avatar Marc Portabella
Browse files

chore: set scim sdk implementation transitive false

parent bcefb5cb
No related merge requests found
......@@ -20,6 +20,10 @@ dependencies {
compileOnly 'org.keycloak:keycloak-services:20.0.0'
compileOnly 'org.keycloak:keycloak-model-jpa:20.0.0'
implementation 'io.github.resilience4j:resilience4j-retry:1.7.1'
implementation 'de.captaingoldfish:scim-sdk-common:1.16.0'
implementation 'de.captaingoldfish:scim-sdk-client:1.16.0'
implementation ('de.captaingoldfish:scim-sdk-common:1.16.0') {
transitive false
}
implementation ('de.captaingoldfish:scim-sdk-client:1.16.0') {
transitive false
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment