Skip to content

Commit

Permalink
Remove force dependency and get OpenSearch updated instead
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
  • Loading branch information
lezzago committed Jan 3, 2022
1 parent a16ba76 commit d07337b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,6 @@ allprojects {
compileKotlin.kotlinOptions.jvmTarget = compileTestKotlin.kotlinOptions.jvmTarget = "1.8"
compileKotlin.dependsOn ktlint
}

// Force certain dependencies here so they reflect across all sub-projects
configurations.all {
if (it.state != Configuration.State.UNRESOLVED) return
resolutionStrategy {
force "com.google.guava:guava:30.0-jre"
force "commons-codec:commons-codec:1.13"
force "junit:junit:4.13.1"
force "org.apache.httpcomponents:httpclient:4.5.13"
}
}

}

evaluationDependsOnChildren()
Expand Down

0 comments on commit d07337b

Please sign in to comment.