Fix vulnerable dependency
[sdc.git] / openecomp-be / backend / openecomp-sdc-security-util / pom.xml
index 39c6632..d3095b1 100644 (file)
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-crypto</artifactId>
             <version>1.0.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.java.dev.jna</groupId>
+                    <artifactId>jna</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>