From a3b79a2b84125f125e5ab9b5dbbb27872530550c Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Tue, 25 Sep 2018 17:22:34 +0300 Subject: [PATCH] fix security vilation CVE-2015-3253 Change-Id: I694afc331a2bbc41f2d179b9591a1fb3f1065b5e Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman --- asdctool/pom.xml | 9 +-------- catalog-be/pom.xml | 3 +-- .../merge/path/ComponentInstanceForwardingPathMergeTest.java | 4 ++-- catalog-dao/pom.xml | 5 ++++- catalog-fe/pom.xml | 3 +-- catalog-model/pom.xml | 5 ++++- pom.xml | 6 +++++- test-apis-ci/pom.xml | 1 - ui-ci/pom.xml | 1 - 9 files changed, 18 insertions(+), 19 deletions(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 0ccf87098d..9a0a546d17 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -208,8 +208,7 @@ org.codehaus.groovy - groovy-all - ${groovy.version} + groovy compile @@ -509,12 +508,6 @@ test - - - org.codehaus.groovy - groovy - 2.4.8 - diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index b4f59368c3..bfa8e10991 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -282,8 +282,7 @@ org.codehaus.groovy - groovy-all - ${groovy.version} + groovy compile diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/components/merge/path/ComponentInstanceForwardingPathMergeTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/components/merge/path/ComponentInstanceForwardingPathMergeTest.java index 04b62dd941..85e4cb2e5b 100644 --- a/catalog-be/src/test/java/org/openecomp/sdc/be/components/merge/path/ComponentInstanceForwardingPathMergeTest.java +++ b/catalog-be/src/test/java/org/openecomp/sdc/be/components/merge/path/ComponentInstanceForwardingPathMergeTest.java @@ -19,9 +19,9 @@ import org.openecomp.sdc.exception.ResponseFormat; import java.util.Set; -import static groovy.util.GroovyTestCase.assertEquals; -import static junit.framework.Assert.assertNotNull; import static junit.framework.TestCase.assertTrue; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyBoolean; import static org.mockito.Mockito.when; diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index a4bd9a0036..7f02fe65e1 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -249,6 +249,10 @@ Modifications copyright (c) 2018 Nokia commons-collections commons-collections + + groovy + org.codehaus.groovy + @@ -315,7 +319,6 @@ Modifications copyright (c) 2018 Nokia org.codehaus.groovy groovy - 2.4.8 diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 3322185eab..d0ede07f22 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -43,8 +43,7 @@ org.codehaus.groovy - groovy-all - ${groovy.version} + groovy compile diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 58c4f4fa70..ddb5454ac1 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -118,6 +118,10 @@ commons-collections commons-collections + + groovy + org.codehaus.groovy + @@ -254,7 +258,6 @@ org.codehaus.groovy groovy - 2.4.8 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 1.7.25 1.10 1.2 - 2.4.13 3.0.6 @@ -185,6 +184,11 @@ Modifications copyright (c) 2018 Nokia commons-lang3 ${lang3.version} + + org.codehaus.groovy + groovy + 2.4.13 + diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 2918c62962..e6a6e263a8 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -381,7 +381,6 @@ org.codehaus.groovy groovy - 2.4.8 diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index e20fe644be..c1ea1396af 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -255,7 +255,6 @@ org.codehaus.groovy groovy - 2.4.8 -- 2.16.6