Skip to content

Commit

Permalink
Allow commons-fileupload to load commons-io as a transitive dep
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Apr 22, 2024
1 parent 53384e8 commit 1e780f6
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 1e780f6

Please sign in to comment.