diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-08-16 10:11:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-08-19 14:07:37 +0000 |
commit | 59d0b40c4106065ac659981f5c7ba460e45b3dec (patch) | |
tree | d7f9b1bebba4ee6980bd861bd1a50e4c2ed124ba /catalog-dao | |
parent | dbb9bbdf95ad1ff28678f6a71f1f216a4f4d83f9 (diff) |
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4
Issue-ID: SDC-4017
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index c948724e5f..1bb9c95ce2 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -384,6 +384,10 @@ Modifications copyright (c) 2018 Nokia <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -410,6 +414,10 @@ Modifications copyright (c) 2018 Nokia <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |