summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
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 /vespa-athenz
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 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 8a649154960..d71948b59d3 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -41,6 +41,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- test -->
<dependency>
@@ -119,6 +124,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>