build: remove Groovy dependency because it is already provided in the parent pom

Original commit: elastic/x-pack-elasticsearch@80e9ffb9fa
This commit is contained in:
Martijn van Groningen 2015-07-02 23:35:46 +02:00
parent a3c5292b24
commit 122be138d7
1 changed files with 0 additions and 7 deletions

View File

@ -38,13 +38,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>