mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Move the CLI into its own subproject (elastic/x-pack-elasticsearch#3032)
relates elastic/elasticsearch#27114 Original commit: elastic/x-pack-elasticsearch@70e8488223
This commit is contained in:
parent
7c9af72d6e
commit
316da9a970
@ -56,6 +56,9 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// CLI deps
|
||||
compile project(path: ':core:cli', configuration: 'runtime')
|
||||
|
||||
// Request and Response objects
|
||||
compile "org.elasticsearch:x-pack-client-api-objects:${version}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user