Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-scim
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Portabella
keycloak-scim
Commits
668c0869
Commit
668c0869
authored
1 year ago
by
Marc Portabella
Browse files
Options
Downloads
Patches
Plain Diff
chore: set scim sdk implementation transitive false
parent
bcefb5cb
Branches
feature/scim-sdk-switch
Tags
inittial
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+6
-2
6 additions, 2 deletions
build.gradle
with
6 additions
and
2 deletions
build.gradle
+
6
−
2
View file @
668c0869
...
...
@@ -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
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment