8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1ff08 commit 445fb55Copy full SHA for 445fb55
build.gradle
@@ -45,8 +45,11 @@ dependencies {
45
api "org.slf4j:slf4j-api:$slf4jVersion",
46
"commons-codec:commons-codec:$commonsCodecVersion",
47
"org.apache.commons:commons-lang3:$commonsLangVersion",
48
- "org.apache.commons:commons-collections4:$commonsCollectionsVersion",
49
- "commons-validator:commons-validator:$commonsValidatorVersion"
+ "org.apache.commons:commons-collections4:$commonsCollectionsVersion"
+
50
+ api ("commons-validator:commons-validator:$commonsValidatorVersion") {
51
+ exclude group: 'commons-collections', module: 'commons-collections'
52
+ }
53
54
// optional timezone caching..
55
implementation 'javax.cache:cache-api:1.1.1', optional
0 commit comments