Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4
Issue-ID: SDC-4017
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 15722d1..9fcc01c 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>