really remove old log4j from old engine-node module.
(only the engine-api-java module and its submodules remain to use old log4j) Original commit: elastic/x-pack-elasticsearch@18a761eb9a
This commit is contained in:
parent
b4147acae0
commit
2af02b04e1
|
@ -46,7 +46,6 @@ subprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'log4j', name: 'log4j', version:'1.2.17'
|
||||
testCompile group: 'org.ini4j', name: 'ini4j', version:'0.5.2'
|
||||
// Includes: junit, hamcrest and mockito
|
||||
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-beta1'
|
||||
|
|
Loading…
Reference in New Issue