Skip to content

Commit

Permalink
remove local RCF jar, move to maven dependency (opensearch-project#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored May 13, 2022
1 parent ea4d9dc commit 5e64948
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
compile group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.1'
compile group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.1'
compile group: 'commons-io', name: 'commons-io', version: '2.11.0'
compile files('lib/randomcutforest-parkservices-2.0.1.jar')
compile files('lib/randomcutforest-core-2.0.1.jar')
compile group: 'software.amazon.randomcutforest', name: 'randomcutforest-parkservices', version: '3.0-rc2.1'
compile group: 'software.amazon.randomcutforest', name: 'randomcutforest-core', version: '3.0-rc2.1'
compile group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
compile group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
compile group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
Expand Down
Binary file removed ml-algorithms/lib/randomcutforest-core-2.0.1.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 5e64948

Please sign in to comment.