aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-09-25 17:22:34 +0300
committerMichael Lando <ml636r@att.com>2018-09-25 20:03:36 +0000
commita3b79a2b84125f125e5ab9b5dbbb27872530550c (patch)
tree33b7d9561b0c20226fe7772985f7698c2e526870 /catalog-be
parent7c4075a2edbefe4d564dd126584278d057b35e99 (diff)
fix security vilation CVE-2015-3253
Change-Id: I694afc331a2bbc41f2d179b9591a1fb3f1065b5e Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be')
-rw-r--r--catalog-be/pom.xml3
-rw-r--r--catalog-be/src/test/java/org/openecomp/sdc/be/components/merge/path/ComponentInstanceForwardingPathMergeTest.java4
2 files changed, 3 insertions, 4 deletions
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 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>${groovy.version}</version>
+ <artifactId>groovy</artifactId>
<scope>compile</scope>
</dependency>
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;