removed unneeded test dependencies

because these dependencies are already
pulled in via test framework dependency.
This commit is contained in:
Martijn van Groningen 2018-02-19 10:00:54 +01:00
parent 9e13cb59a2
commit 2ca2585466
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ dependencies {
// joni dependencies:
compile 'org.jruby.jcodings:jcodings:1.0.12'
testCompile "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${versions.randomizedrunner}"
testCompile "junit:junit:${versions.junit}"
testCompile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
if (isEclipse == false || project.path == ":libs:grok-common-tests") {
testCompile("org.elasticsearch.test:framework:${version}") {
exclude group: 'org.elasticsearch', module: 'grok-common'