summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--onboarding/pom.xml7
-rw-r--r--openecomp-be/tools/zusammen-tools/pom.xml1
2 files changed, 4 insertions, 4 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 33585e8289..6c5984ed98 100644
--- a/onboarding/pom.xml
+++ b/onboarding/pom.xml
@@ -66,7 +66,8 @@
<cxf.version>3.1.16</cxf.version>
<datastax.cassandra.version>3.4.0</datastax.cassandra.version>
<easymock.version>3.4</easymock.version>
- <groovy.version>2.4.7</groovy.version>
+ <groovy.version>2.4.8</groovy.version>
+ <groovy.minimal.version>1.5.8</groovy.minimal.version>
<gson.version>2.3.1</gson.version>
<fop.version>2.2</fop.version>
<freemarker.version>2.3.26-incubating</freemarker.version>
@@ -173,8 +174,8 @@
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>${groovy.version}</version>
+ <artifactId>groovy-all-minimal</artifactId>
+ <version>${groovy.minimal.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml
index 406e7bf5f0..4f8907deaa 100644
--- a/openecomp-be/tools/zusammen-tools/pom.xml
+++ b/openecomp-be/tools/zusammen-tools/pom.xml
@@ -15,7 +15,6 @@
</parent>
<properties>
- <groovy.version>2.4.7</groovy.version>
<janino.version>2.7.7</janino.version>
</properties>