mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 18:08:36 +00:00
[BUILD] have security's build.gradle use xpackModule for SQL dep
Original commit: elastic/x-pack-elasticsearch@88027b1d3b
This commit is contained in:
parent
7f3ba5c0ae
commit
dc6b5ce453
@ -20,8 +20,7 @@ dependencies {
|
||||
provided project(path: ':plugins:transport-nio', configuration: 'runtime')
|
||||
|
||||
testCompile project(path: xpackModule('monitoring'))
|
||||
// TODO: figure out how to use xpackModule for this
|
||||
testCompile project(path: ':x-pack-elasticsearch:plugin:sql:sql-proto')
|
||||
testCompile project(path: xpackModule('sql:sql-proto'))
|
||||
|
||||
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user