@@ -252,14 +252,12 @@ dependencies {
252252 api " org.opensearch:opensearch:${ opensearch_version} "
253253 zipArchive group : ' org.opensearch.plugin' , name :' opensearch-job-scheduler' , version : " ${ opensearch_build} "
254254 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} "
257256 secureIntegTestPluginArchive group : ' org.opensearch.plugin' , name :' opensearch-security' , version : " ${ opensearch_build} "
258257 compileOnly fileTree(dir : knnJarDirectory, include : " opensearch-knn-${ opensearch_build} .jar" )
259258 compileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
260259 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} "
263261 testFixturesImplementation " org.opensearch.test:framework:${ opensearch_version} "
264262 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
265263 // ml-common excluded reflection for runtime so we need to add it by ourselves.
0 commit comments