From 6a6ae245417a1bebea045ba0cc518fb4708e4ad0 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 7 Feb 2018 11:48:40 -0500 Subject: [PATCH] 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@c53d5dde1e9d168948fa97ba42bf36a17eecf215 --- transport-client/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/transport-client/build.gradle b/transport-client/build.gradle index 3b21f415572..92a786b6f31 100644 --- a/transport-client/build.gradle +++ b/transport-client/build.gradle @@ -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