Commit 670c37bd authored by Filippo Carone's avatar Filippo Carone

jna added as a dependency

parent ba6e094d
......@@ -18,4 +18,20 @@
</plugin>
</plugins>
</build>
</project>
<dependencies>
<dependency>
<groupId>com.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jvlc</id>
<name>JVLC Maven Repository</name>
<url>http://jvlc.ihack.it/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories></project>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment