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 {
|
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')
|
||||||
|
|
Loading…
Reference in New Issue