Stop using groovy-all as it does not exist in Groovy 2.5

This commit is contained in:
Andy Wilkinson
2018-07-03 22:12:47 +01:00
parent fd624c20cf
commit 4799a539fe

View File

@@ -1148,7 +1148,12 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-ant</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>