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

pull/13706/head
Andy Wilkinson 6 years ago
parent fd624c20cf
commit 4799a539fe

@ -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>

Loading…
Cancel
Save