Skip to content

Commit

Permalink
Revert changes in :opensearch since it is not needed anymore.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jun 22, 2023
1 parent 79cd2fb commit 66b98fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies {
implementation group: 'org.json', name: 'json', version:'20230227'
compileOnly group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}"
implementation group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
implementation group: 'org.opensearch', name: 'common-utils', version: "${opensearch_build}"

testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
Expand Down

0 comments on commit 66b98fd

Please sign in to comment.