Remove dependency management for groovy-all as it doesn't exist in 2.5

See gh-13670
This commit is contained in:
Andy Wilkinson
2018-07-04 10:32:38 +01:00
parent 4799a539fe
commit ed39d0106d

View File

@@ -1641,11 +1641,6 @@
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-ant</artifactId>