Revert "Fix elasticsearch-cli dependency"

This reverts commit elastic/x-pack-elasticsearch@68026168da.

Relates elastic/x-pack-elasticsearch#3349

Original commit: elastic/x-pack-elasticsearch@2c345ee5a4
This commit is contained in:
Jason Tedor 2017-12-17 11:54:30 -05:00 committed by GitHub
parent d97bfac8fc
commit c92a216517
1 changed files with 2 additions and 5 deletions

View File

@ -55,11 +55,8 @@ configurations {
} }
dependencies { dependencies {
/* // CLI deps
* There appears to be a bug in maven-publish for project dependencies that set an archivesBaseName so this needs to be a runtime artifact compile project(path: ':core:cli', configuration: 'runtime')
* dependency.
*/
runtime "org.elasticsearch:elasticsearch-cli:${version}"
// security deps // security deps
compile project(path: ':modules:transport-netty4', configuration: 'runtime') compile project(path: ':modules:transport-netty4', configuration: 'runtime')