SQL: Rename :core to :server in sql gradle files

Related to elastic/elasticsearch#28180

Original commit: elastic/x-pack-elasticsearch@375f437580
This commit is contained in:
Igor Motov 2018-01-11 14:29:35 -05:00
parent 915ed35e27
commit 9170183e70
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dependencies {
compile project(':x-pack-elasticsearch:sql:shared-client')
compile project(':x-pack-elasticsearch:sql:rest-proto')
compile project(':x-pack-elasticsearch:sql:shared-proto')
compile project(':core:cli')
compile project(':server:cli')
runtime "org.fusesource.jansi:jansi:1.16"
runtime "org.elasticsearch:jna:${versions.jna}"

View File

@ -3,7 +3,7 @@ description = 'Request and response objects shared by the cli and ' +
dependencies {
compile project(':x-pack-elasticsearch:sql:shared-proto')
compile (project(':core')) {
compile (project(':server')) {
transitive = false
}
compile "org.apache.lucene:lucene-core:${versions.lucene}"