summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-28 22:10:14 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-04-28 22:10:14 +0200
commit0a78afaede057e74f2ef6d6bf57e1c79e2455638 (patch)
tree201b87df56f202eacfa3d6ecfaafddd936ff4c67 /container-test
parentde54ff48973d909426b6c79a22a00442b5d3227e (diff)
Add jna to container-test
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index d4ea39fa3c9..9b5b7ba17a9 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -76,6 +76,10 @@
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
</dependency>