diff --git a/pom.xml b/pom.xml index d402a15dcd3..612e3e4b210 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,53 @@ + + + + org.codehaus.groovy + groovy-all + 2.3.2 + test + + + + org.apache.lucene + lucene-test-framework + ${lucene.version} + test + + + + org.elasticsearch + elasticsearch + ${elasticsearch.version} + test-jar + test + + + + org.hamcrest + hamcrest-all + 1.3 + test + + + + com.carrotsearch.randomizedtesting + randomizedtesting-runner + 2.1.10 + test + + + + junit + junit + 4.11 + test + + + + org.elasticsearch elasticsearch @@ -89,51 +136,6 @@ 1.1.1 - - - - org.codehaus.groovy - groovy-all - 2.3.2 - test - - - - org.apache.lucene - lucene-test-framework - ${lucene.version} - test - - - - org.elasticsearch - elasticsearch - ${elasticsearch.version} - test-jar - test - - - - org.hamcrest - hamcrest-all - 1.3 - test - - - - com.carrotsearch.randomizedtesting - randomizedtesting-runner - 2.1.10 - test - - - - junit - junit - 4.11 - test - -