summaryrefslogtreecommitdiffstats
path: root/catalog-model
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-08-16 10:11:06 +0100
committerMichael Morris <michael.morris@est.tech>2022-08-19 14:07:37 +0000
commit59d0b40c4106065ac659981f5c7ba460e45b3dec (patch)
treed7f9b1bebba4ee6980bd861bd1a50e4c2ed124ba /catalog-model
parentdbb9bbdf95ad1ff28678f6a71f1f216a4f4d83f9 (diff)
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4 Issue-ID: SDC-4017
Diffstat (limited to 'catalog-model')
-rw-r--r--catalog-model/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 15722d187a..9fcc01c4e8 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -307,6 +307,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>