Skip to content

Commit

Permalink
JarHell caused by latest software.amazon.awssdk 2.20.141
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Sep 6, 2023
1 parent 301687d commit 625f1bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ plugins {
}
apply(plugin = "opensearch.repositories")

configurations {
all {
exclude(group = "software.amazon.awssdk", module = "third-party-jackson-core")
}
}

checkstyle {
toolVersion = "10.0"
}
Expand Down

0 comments on commit 625f1bc

Please sign in to comment.