removed forked base test classes and let tests depend on provided base classes.

During tests we run now only with jar hell enabled, security manager remains to be disabled.

Original commit: elastic/x-pack-elasticsearch@06aebc5ec5
This commit is contained in:
Martijn van Groningen 2016-10-03 22:36:15 +02:00 committed by Dimitrios Athanasiou
parent 9414b83e25
commit 9fa9dc3fa5

View File

@ -47,10 +47,9 @@ subprojects {
dependencies {
compile group: 'log4j', name: 'log4j', version:'1.2.17'
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
testCompile group: 'junit', name: 'junit', version:'4.11'
testCompile group: 'org.ini4j', name: 'ini4j', version:'0.5.2'
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
// Includes: junit, hamcrest and mockito
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-alpha5'
}
}