We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9b314 commit e131196Copy full SHA for e131196
opensearch/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.12.6'
38
compile group: 'org.json', name: 'json', version:'20180813'
39
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'
+ compile group: 'org.opensearch', name:'opensearch-ml-client', version: '1.3.0.0-SNAPSHOT'
41
42
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
43
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
0 commit comments