Remove vulnerable dependency
[sdc.git] / catalog-dao / pom.xml
index c948724..1bb9c95 100644 (file)
@@ -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>