Skip to content

Commit

Permalink
exclude new jamm from hadoop format
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Jan 20, 2022
1 parent ce05a6f commit beecea0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdks/java/io/hadoop-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ configurations.testRuntimeClasspath {
exclude group: "org.slf4j", module: "log4j-over-slf4j"
}

// Force use the old version of JAMM that cassandra relies on
configurations.all {
resolutionStrategy {
exclude group: "io.github.stephankoelle", module: "jamm"
}
}


dependencies {
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation library.java.vendored_guava_26_0_jre
Expand Down

0 comments on commit beecea0

Please sign in to comment.