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…
Reference in New Issue