Skip to content

Commit

Permalink
fix: issue with 2 JsonObjects imported
Browse files Browse the repository at this point in the history
  • Loading branch information
duanemay authored and hsinn0 committed May 17, 2024
1 parent cd19921 commit aff962e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
mavenCentral()
gradlePluginPortal()
maven {

url("https://plugins.gradle.org/m2/")
}
}
Expand Down Expand Up @@ -65,6 +64,7 @@ subprojects {
exclude(group: "org.apache.directory.server", module: "apacheds-protocol-ldap")
exclude(group: "org.skyscreamer", module: "jsonassert")
exclude(group: "com.vaadin.external.google", module: "android-json")
exclude(group: "com.unboundid.components", module: "json")

resolutionStrategy {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
Expand Down
2 changes: 1 addition & 1 deletion uaa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jar { enabled = false }
war { archiveClassifier = '' }
war { enabled = true }


repositories {
maven { url("https://repo.spring.io/libs-milestone") }
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
Expand Down Expand Up @@ -72,6 +71,7 @@ dependencies {
exclude(module: "mail")
exclude(module: "activation")
}
testImplementation(libraries.orgJson)
testImplementation(libraries.jsonAssert)
testImplementation(libraries.jsonPathAssert)
testImplementation(libraries.unboundIdScimSdk) {
Expand Down

0 comments on commit aff962e

Please sign in to comment.