diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index bd3e14adf4..0f09cec973 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -21,8 +21,8 @@ dependencies { implementation group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.0' implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.0' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' - implementation files('lib/randomcutforest-parkservices-2.0.1.jar') - implementation files('lib/randomcutforest-core-2.0.1.jar') + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2' + implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2' implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0' diff --git a/ml-algorithms/lib/randomcutforest-core-2.0.1.jar b/ml-algorithms/lib/randomcutforest-core-2.0.1.jar deleted file mode 100644 index c77a3dea12..0000000000 Binary files a/ml-algorithms/lib/randomcutforest-core-2.0.1.jar and /dev/null differ diff --git a/ml-algorithms/lib/randomcutforest-parkservices-2.0.1.jar b/ml-algorithms/lib/randomcutforest-parkservices-2.0.1.jar deleted file mode 100644 index bab42a1c5f..0000000000 Binary files a/ml-algorithms/lib/randomcutforest-parkservices-2.0.1.jar and /dev/null differ