migrate plugin dependency from groovy-all to groovy in gcube-experimental profile

This commit is contained in:
Roberto Cirillo 2023-10-13 11:26:48 +02:00
parent 99cde69cfe
commit 4d24257b08
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<artifactId>groovy</artifactId>
<version>3.0.8</version>
<type>pom</type>
</dependency>