Provide a native library, fixes #400

This commit is contained in:
Guillaume Nodet
2021-04-27 14:05:34 +02:00
parent a6457afff7
commit d03c143f94
36 changed files with 8217 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-native</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>