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:
Michael Basnight 2017-11-18 21:43:25 -06:00 committed by GitHub
parent 7c9af72d6e
commit 316da9a970
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ configurations {
} }
dependencies { dependencies {
// CLI deps
compile project(path: ':core:cli', configuration: 'runtime')
// Request and Response objects // Request and Response objects
compile "org.elasticsearch:x-pack-client-api-objects:${version}" compile "org.elasticsearch:x-pack-client-api-objects:${version}"