aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-19 17:24:11 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-20 10:50:39 +0100
commite05b87aa234cffa597131da4879405aed0526853 (patch)
tree897f24a06a21b9574f49075a70ba3cc0769c7641 /container
parentffba12c231f17e69dcd3f72edf6308772113fd0a (diff)
Add JNA in lib/jars + export as packages from jdisc_core
Jdisc-core will embed JNA. The JNA in lib/jars is used by fatjars only.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 5a48394accd..29216b6579c 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -34,6 +34,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>airlift-zstd</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>