Bump groovy version

This commit is contained in:
Łukasz Bigorajski 2020-10-07 13:25:07 +02:00
parent 6438c661da
commit 170fb58c99
5 changed files with 33 additions and 6 deletions

View file

@ -15,7 +15,15 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<artifactId>groovy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-json</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>