summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index d2d451460b..41b4eaafb7 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -352,6 +352,12 @@
<artifactId>cassandra-driver-mapping</artifactId>
<version>${cassandra.driver.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>