commit | 987fc74925dc4051f08913393924d2b826d7e59c | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Mon Nov 29 17:42:02 2021 +0000 |
committer | Michael Morris <michael.morris@est.tech> | Tue Dec 07 09:30:30 2021 +0000 |
tree | 50ed0e7ee1e9105af8fc8190aac4ac660ba6aa4c | |
parent | 5c9d068e66264be8db6018cb551db7c05e8e2596 [diff] [blame] |
Fix vulnerable dependency Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3795 Change-Id: Ib6f7902b2f8380ad9febcc2fad0374e8070af15c
diff --git a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml index 39c6632..d3095b1 100644 --- a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml
@@ -23,6 +23,12 @@ <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>