aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 18:56:24 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 18:56:24 +0100
commitad0445fd54145f555482595709c870fac9b26d45 (patch)
tree7ee958014429e40a4e0f5733b85a0beba08d5f28 /fat-model-dependencies
parent604bc68ae38c4784383d9e62ceb11fb3f0554262 (diff)
Exclude jna from config-model-fat
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 9f279e2731d..cd5471e5088 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -105,6 +105,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>