aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-08-16 10:11:06 +0100
committerMichael Morris <michael.morris@est.tech>2022-08-19 14:07:37 +0000
commit59d0b40c4106065ac659981f5c7ba460e45b3dec (patch)
treed7f9b1bebba4ee6980bd861bd1a50e4c2ed124ba /asdctool
parentdbb9bbdf95ad1ff28678f6a71f1f216a4f4d83f9 (diff)
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4 Issue-ID: SDC-4017
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 3b88310882..2559a9fe5e 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -541,6 +541,12 @@
<artifactId>cassandra-driver-core</artifactId>
<version>${cassandra.driver.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>