mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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:
parent
9414b83e25
commit
9fa9dc3fa5
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user