aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-03-31 01:42:11 +0300
committerGravatar Vitaly Takmazov2021-03-31 01:42:11 +0300
commit5a12c8fc660c6d689a60f846f5c2273387284b34 (patch)
tree29bc98b31820c53fb905c58858ee68dba8537e4b /pom.xml
parent8bb1cfff1a4af8f5d9a993a7385b6a624ca523e4 (diff)
Add jna to production dependencies
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0ae9448c..574af81d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,12 @@
<properties>
<activatedProperties>production</activatedProperties>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </dependency>
+ </dependencies>
</profile>
</profiles>
</project> \ No newline at end of file