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 969dc3d commit ad24357Copy full SHA for ad24357
ml-algorithms/build.gradle
@@ -99,6 +99,7 @@ configurations.all {
99
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
100
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
101
resolutionStrategy.force 'software.amazon.awssdk:bom:2.30.18'
102
+ resolutionStrategy.force 'org.apache.commons:commons-beanutils:2.0.0'
103
}
104
105
0 commit comments