Skip to content

Commit

Permalink
Merge pull request #2691 from wiremock/allow-commons-io-transitive-dep
Browse files Browse the repository at this point in the history
Allow commons-fileupload to load commons-io as a transitive dependency
  • Loading branch information
leeturner committed Apr 22, 2024
2 parents 4574346 + 1e780f6 commit 2a4e236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ dependencies {
exclude group: 'org.apache.commons', module: 'commons-lang3'
}

api 'commons-fileupload:commons-fileupload:1.5', {
exclude group: 'commons-io', module: 'commons-io'
}
api 'commons-fileupload:commons-fileupload:1.5'

api 'com.networknt:json-schema-validator:1.4.0'

Expand Down

0 comments on commit 2a4e236

Please sign in to comment.