Skip to content

Commit

Permalink
Force commons-io transitive dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Dec 10, 2024
1 parent 9e04292 commit b4ef51e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ configurations {
hdfsFixture
}

configurations.hdfsFixture {
exclude group: "commons-io", module: "commons-io"
}

dependencies {
api "org.apache.hadoop:hadoop-client-api:${versions.hadoop3}"
runtimeOnly "org.apache.hadoop:hadoop-client-runtime:${versions.hadoop3}"
Expand Down

0 comments on commit b4ef51e

Please sign in to comment.