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:
Martijn van Groningen 2016-10-04 20:08:24 +02:00
parent b4147acae0
commit 2af02b04e1
1 changed files with 0 additions and 1 deletions

View File

@ -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'