summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ce2e61327b..d6a48539cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@ Modifications copyright (c) 2018 Nokia
<slf4j-api.version>1.7.25</slf4j-api.version>
<commons-codec>1.10</commons-codec>
<commons-logging>1.2</commons-logging>
- <groovy.version>2.4.13</groovy.version>
<janino.version>3.0.6</janino.version>
<!-- aspects -->
@@ -185,6 +184,11 @@ Modifications copyright (c) 2018 Nokia
<artifactId>commons-lang3</artifactId>
<version>${lang3.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.13</version>
+ </dependency>
</dependencies>
</dependencyManagement>