Skip to content

Commit

Permalink
EPMRPP-97122 || add api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Nov 21, 2024
1 parent 7d06be5 commit 3505f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {

implementation 'org.apache.commons:commons-collections4:4.4'
api 'commons-fileupload:commons-fileupload:1.4'
implementation('commons-validator:commons-validator:1.6') {
api('commons-validator:commons-validator:1.6') {
exclude group: 'commons-beanutils', module: 'commons-beanutils'
}

Expand Down

0 comments on commit 3505f19

Please sign in to comment.