Skip to content

Commit

Permalink
replace ml common dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Feb 13, 2025
1 parent 67fc209 commit 182fbe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ dependencies {
implementation("com.thoughtworks.paranamer:paranamer:2.8")

// Plugin dependencies
compileOnly group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
compileOnly group: 'org.opensearch', name:'opensearch-ml-common', version: "${opensearch_build}"
compileOnly group: 'org.opensearch', name:'opensearch-ml-spi', version: "${opensearch_build}"
compileOnly fileTree(dir: jsJarDirectory, include: ["opensearch-job-scheduler-${opensearch_build}.jar"])
implementation fileTree(dir: adJarDirectory, include: ["opensearch-anomaly-detection-${opensearch_build}.jar"])
implementation fileTree(dir: sqlJarDirectory, include: ["opensearch-sql-${opensearch_build}.jar", "ppl-${opensearch_build}.jar", "protocol-${opensearch_build}.jar"])
Expand Down

0 comments on commit 182fbe2

Please sign in to comment.