Add jar dependency on netty module
Original commit: elastic/x-pack-elasticsearch@f653855378
This commit is contained in:
parent
149df1fd44
commit
a2359d13f3
|
@ -27,6 +27,7 @@ dependencies {
|
|||
testCompile project(':x-plugins:elasticsearch:license:licensor')
|
||||
|
||||
// security deps
|
||||
compile project(path: ':modules:transport-netty', configuration: 'runtime')
|
||||
compile 'dk.brics.automaton:automaton:1.11-8'
|
||||
compile 'com.unboundid:unboundid-ldapsdk:2.3.8'
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.54'
|
||||
|
|
Loading…
Reference in New Issue