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 /asdctool | |
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 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 6 |
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> |