[BUILD] have security's build.gradle use xpackModule for SQL dep

Original commit: elastic/x-pack-elasticsearch@88027b1d3b
This commit is contained in:
Lee Hinman 2018-01-29 15:51:55 -07:00
parent 7f3ba5c0ae
commit dc6b5ce453
1 changed files with 1 additions and 2 deletions

View File

@ -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')