removed unneeded test dependencies
because these dependencies are already pulled in via test framework dependency.
This commit is contained in:
parent
9e13cb59a2
commit
2ca2585466
|
@ -26,9 +26,6 @@ dependencies {
|
||||||
// joni dependencies:
|
// joni dependencies:
|
||||||
compile 'org.jruby.jcodings:jcodings:1.0.12'
|
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") {
|
if (isEclipse == false || project.path == ":libs:grok-common-tests") {
|
||||||
testCompile("org.elasticsearch.test:framework:${version}") {
|
testCompile("org.elasticsearch.test:framework:${version}") {
|
||||||
exclude group: 'org.elasticsearch', module: 'grok-common'
|
exclude group: 'org.elasticsearch', module: 'grok-common'
|
||||||
|
|
Loading…
Reference in New Issue