Skip to content

Commit e131196

Browse files
Update dependency opensearch-ml-client group name (#480)
Signed-off-by: jackieyanghan <[email protected]>
1 parent df9b314 commit e131196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.12.6'
3838
compile group: 'org.json', name: 'json', version:'20180813'
3939
compileOnly group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}"
40-
compile group: 'org.opensearch.ml', name:'opensearch-ml-client', version: '1.3.0.0-SNAPSHOT'
40+
compile group: 'org.opensearch', name:'opensearch-ml-client', version: '1.3.0.0-SNAPSHOT'
4141

4242
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
4343
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'

0 commit comments

Comments
 (0)