We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d2bcc commit 38ec0ffCopy full SHA for 38ec0ff
x-pack/plugin/core/build.gradle
@@ -39,6 +39,10 @@ dependencies {
39
// security deps
40
shadow 'com.unboundid:unboundid-ldapsdk:3.2.0'
41
shadow project(path: ':modules:transport-netty4', configuration: 'runtime')
42
+ shadow(project(path: ':plugins:transport-nio', configuration: 'runtime')) {
43
+ // TODO: core exclusion should not be necessary, since it is a transitive dep of all plugins
44
+ exclude group: "org.elasticsearch", module: "elasticsearch-core"
45
+ }
46
47
testCompile 'org.elasticsearch:securemock:1.2'
48
testCompile "org.elasticsearch:mocksocket:${versions.mocksocket}"
0 commit comments