fix security vilation CVE-2015-3253 25/67225/2
authorTal Gitelman <tg851x@intl.att.com>
Tue, 18 Sep 2018 08:57:53 +0000 (11:57 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 18 Sep 2018 15:30:12 +0000 (15:30 +0000)
Change-Id: I6fd93f598b9655fe9c81095affdcafde1692aa26
Issue-ID: SDC-1715
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
asdctool/pom.xml
catalog-be/pom.xml
catalog-dao/.toDelete [new file with mode: 0644]
catalog-dao/pom.xml
catalog-model/pom.xml
test-apis-ci/pom.xml
ui-ci/pom.xml

index 73fbf08..0ccf870 100644 (file)
                        <artifactId>mockito-core</artifactId>
                        <scope>test</scope>
                </dependency>
+
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
         </dependency>
         <!-- testing end -->
 
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>2.4.8</version>
+        </dependency>
        </dependencies>
 
        <build>
index c50a78e..b4f5936 100644 (file)
             <version>0.11</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>2.4.8</version>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/catalog-dao/.toDelete b/catalog-dao/.toDelete
new file mode 100644 (file)
index 0000000..e69de29
index 940047d..a4bd9a0 100644 (file)
@@ -311,6 +311,12 @@ Modifications copyright (c) 2018 Nokia
                        <scope>test</scope>
                </dependency>
                <!-- CASSANDRA END -->
+
+               <dependency>
+                       <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>groovy</artifactId>
+                       <version>2.4.8</version>
+               </dependency>
        </dependencies>
 
        <build>
index 1d07d91..58c4f4f 100644 (file)
                        <version>1.6.5</version>
                        <scope>test</scope>
                </dependency>
+
+               <dependency>
+                       <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>groovy</artifactId>
+                       <version>2.4.8</version>
+               </dependency>
+
        </dependencies>
        <build>
                <plugins>
index 5fd06ec..2918c62 100644 (file)
             <version>${cassandra.driver.version}</version>
             <scope>compile</scope>
         </dependency>
-
         <!-- CASSANDRA END -->
+
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>2.4.8</version>
+        </dependency>
     </dependencies>
 
     <build>
index 5b23f45..e20fe64 100644 (file)
                        <version>4.1.0</version>
                </dependency>
 
+               <dependency>
+                       <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>groovy</artifactId>
+                       <version>2.4.8</version>
+               </dependency>
+
        </dependencies>
 
        <build>