aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8c4f52573..38d3f8626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,11 @@
<artifactId>jna-platform</artifactId>
<version>4.5.2</version>
</dependency>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ <version>3.0.46</version>
+ </dependency>
</dependencies>
<build>