File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ configurations {
112
112
113
113
dependencies {
114
114
zipArchive group : ' org.opensearch.plugin' , name :' opensearch-job-scheduler' , version : " ${ opensearch_build} "
115
+ implementation group : ' org.opensearch' , name :' opensearch-security-client' , version : " ${ opensearch_build} "
115
116
implementation " org.opensearch:opensearch:${ opensearch_version} "
116
117
compileOnly " org.opensearch.plugin:opensearch-scripting-painless-spi:${ opensearch_version} "
117
118
compileOnly " org.opensearch:opensearch-job-scheduler-spi:${ job_scheduler_version} "
118
- compileOnly " org.opensearch:opensearch-security-client:${ opensearch_build} "
119
119
implementation " org.opensearch:common-utils:${ common_utils_version} "
120
120
implementation " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
121
121
compileOnly group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
You can’t perform that action at this time.
0 commit comments