Skip to content

Commit

Permalink
Merge branch 'main' into bump_3.0.0_alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichao-aws authored Feb 20, 2025
2 parents e93f499 + dc4925f commit 570ad24
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 570ad24

Please sign in to comment.