@@ -252,14 +252,12 @@ dependencies {
252
252
api " org.opensearch:opensearch:${ opensearch_version} "
253
253
zipArchive group : ' org.opensearch.plugin' , name :' opensearch-job-scheduler' , version : " ${ opensearch_build} "
254
254
zipArchive group : ' org.opensearch.plugin' , name :' opensearch-knn' , version : " ${ opensearch_build} "
255
- // TODO need to replace by ${opensearch_build} once dependencies adapt new core version
256
- zipArchive group : ' org.opensearch.plugin' , name :' opensearch-ml-plugin' , version : " 3.0.0.0-SNAPSHOT"
255
+ zipArchive group : ' org.opensearch.plugin' , name :' opensearch-ml-plugin' , version : " ${ opensearch_build} "
257
256
secureIntegTestPluginArchive group : ' org.opensearch.plugin' , name :' opensearch-security' , version : " ${ opensearch_build} "
258
257
compileOnly fileTree(dir : knnJarDirectory, include : " opensearch-knn-${ opensearch_build} .jar" )
259
258
compileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
260
259
compileOnly group : ' commons-lang' , name : ' commons-lang' , version : ' 2.6'
261
- // TODO need to replace by ${opensearch_build} once dependencies adapt new core version
262
- api group : ' org.opensearch' , name :' opensearch-ml-client' , version : " 3.0.0.0-SNAPSHOT"
260
+ api group : ' org.opensearch' , name :' opensearch-ml-client' , version : " ${ opensearch_build} "
263
261
testFixturesImplementation " org.opensearch.test:framework:${ opensearch_version} "
264
262
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
265
263
// ml-common excluded reflection for runtime so we need to add it by ourselves.
0 commit comments