Fix groovy-all dependency for maven

This commit is contained in:
Leonard Brünings
2019-05-29 12:01:46 +02:00
parent 4d6d8f7bbe
commit a726e0a3ba
+1
View File
@@ -68,6 +68,7 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.5.7</version>
<type>pom</type>
</dependency>
<dependency> <!-- enables mocking of classes (in addition to interfaces) -->
<groupId>net.bytebuddy</groupId>