Remove transport client dependency on security

This commit removes the compile-time dependency of the transport client
on security. This appears to have been inadvertent.

Relates elastic/x-pack-elasticsearch#3860

Original commit: elastic/x-pack-elasticsearch@c53d5dde1e
This commit is contained in:
Jason Tedor 2018-02-07 11:48:40 -05:00 committed by GitHub
parent eb2fce9d54
commit 6a6ae24541
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ dependencies {
testCompile "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${versions.randomizedrunner}"
testCompile "junit:junit:${versions.junit}"
testCompile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
compile "org.elasticsearch.plugin:x-pack-security:${version}"
}
dependencyLicenses.enabled = false