diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-08-16 10:11:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-08-19 14:07:37 +0000 |
commit | 59d0b40c4106065ac659981f5c7ba460e45b3dec (patch) | |
tree | d7f9b1bebba4ee6980bd861bd1a50e4c2ed124ba /openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml | |
parent | dbb9bbdf95ad1ff28678f6a71f1f216a4f4d83f9 (diff) |
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4
Issue-ID: SDC-4017
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index 02307786d3..bedc00937f 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -84,6 +84,12 @@ <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.projectlombok</groupId> |