File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ dependencies {
2828 implementation (" org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} " )
2929 implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
3030 implementation group : ' org.reflections' , name : ' reflections' , version : ' 0.9.12'
31- implementation group : ' org.tribuo' , name : ' tribuo-clustering-kmeans' , version : ' 4.3.2'
31+ implementation (group : ' org.tribuo' , name : ' tribuo-clustering-kmeans' , version : ' 4.3.2' ) {
32+ exclude group : " commons-beanutils" , module : " commons-beanutils"
33+ }
3234 implementation group : ' org.tribuo' , name : ' tribuo-regression-sgd' , version : ' 4.3.2'
3335 implementation group : ' org.tribuo' , name : ' tribuo-anomaly-libsvm' , version : ' 4.3.2'
3436 implementation group : ' org.tribuo' , name : ' tribuo-classification-sgd' , version : ' 4.3.2'
@@ -99,6 +101,7 @@ configurations.all {
99101 resolutionStrategy. force ' com.google.protobuf:protobuf-java:3.25.5'
100102 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
101103 resolutionStrategy. force ' software.amazon.awssdk:bom:2.30.18'
104+ resolutionStrategy. force ' commons-beanutils:commons-beanutils:1.11.0'
102105}
103106
104107
You can’t perform that action at this time.
0 commit comments