Handling Security violations 77/67677/1
authorshrikantawachar <shrikant.awachar@amdocs.com>
Wed, 19 Sep 2018 10:51:42 +0000 (16:21 +0530)
committershrikantawachar <shrikant.awachar@amdocs.com>
Wed, 19 Sep 2018 10:51:42 +0000 (16:21 +0530)
Handling Security violations about groovy

Change-Id: I6349a9a81d909b42ece55588215216a6a71865a0
Issue-ID: SDC-1714
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
onboarding/pom.xml
openecomp-be/tools/zusammen-tools/pom.xml

index 33585e8..6c5984e 100644 (file)
@@ -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>
             </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>
index 406e7bf..4f8907d 100644 (file)
@@ -15,7 +15,6 @@
     </parent>
 
     <properties>
-        <groovy.version>2.4.7</groovy.version>
         <janino.version>2.7.7</janino.version>
     </properties>