summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-be/pom.xml')
-rw-r--r--sdc-workflow-designer-be/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index d7abcd3a..c601f2d3 100644
--- a/sdc-workflow-designer-be/pom.xml
+++ b/sdc-workflow-designer-be/pom.xml
@@ -142,6 +142,10 @@
<artifactId>asm</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -247,9 +251,18 @@
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.13.2</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>versioning-lib</artifactId>
<version>1.6.0</version>