summaryrefslogtreecommitdiffstats
path: root/jdisc_core
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 /jdisc_core
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 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 0e261f9dbef..c5263da0803 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -195,7 +195,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
- <excludeTransitive>true</excludeTransitive>
+ <excludeTransitive>false</excludeTransitive>
<stripVersion>true</stripVersion>
<outputDirectory>${project.build.directory}/dependency</outputDirectory>
</configuration>
@@ -227,6 +227,7 @@
<argument>${project.build.directory}/dependency/slf4j-api.jar</argument>
<argument>${project.build.directory}/dependency/slf4j-jdk14.jar</argument>
<argument>${project.build.directory}/dependency/jcl-over-slf4j.jar</argument>
+ <argument>${project.build.directory}/dependency/jna.jar</argument>
<argument>${project.build.directory}/dependency/log4j-over-slf4j.jar</argument>
<argument>${project.build.directory}/dependency/annotations.jar</argument>
<argument>${project.build.directory}/dependency/config-lib.jar</argument>