diff options
author | Vitaly Takmazov | 2021-03-31 01:42:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-03-31 01:42:11 +0300 |
commit | 5a12c8fc660c6d689a60f846f5c2273387284b34 (patch) | |
tree | 29bc98b31820c53fb905c58858ee68dba8537e4b | |
parent | 8bb1cfff1a4af8f5d9a993a7385b6a624ca523e4 (diff) |
Add jna to production dependencies
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |