aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
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>