aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-07-21 14:13:56 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2021-07-21 13:14:29 +0000
commit57cd61b35d36cfd91b62fae41121898f92d2af86 (patch)
treed80c699c7c0dcb80e53aab1e7e1e4504f1a8b620
parentec0ce1278407471d01543467fc9e46880bab76e6 (diff)
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: If9dcbb699e0953b1417ef70f6d01a84fded31cb9 Issue-ID: SDC-3572
-rw-r--r--sdc-workflow-designer-be/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index 9bd1f2e9..1c569235 100644
--- a/sdc-workflow-designer-be/pom.xml
+++ b/sdc-workflow-designer-be/pom.xml
@@ -108,6 +108,10 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -247,6 +251,10 @@
<artifactId>zusammen-commons-configuration</artifactId>
<groupId>com.amdocs.zusammen</groupId>
</exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>