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:
parent
d97bfac8fc
commit
c92a216517
|
@ -55,11 +55,8 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
/*
|
||||
* There appears to be a bug in maven-publish for project dependencies that set an archivesBaseName so this needs to be a runtime artifact
|
||||
* dependency.
|
||||
*/
|
||||
runtime "org.elasticsearch:elasticsearch-cli:${version}"
|
||||
// CLI deps
|
||||
compile project(path: ':core:cli', configuration: 'runtime')
|
||||
|
||||
// security deps
|
||||
compile project(path: ':modules:transport-netty4', configuration: 'runtime')
|
||||
|
|
Loading…
Reference in New Issue