Skip to content

Commit

Permalink
#93 Add local library reference for faster JNA turnaround
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-rowe committed Nov 20, 2020
1 parent 3549264 commit 27ac2b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,17 @@
<version>5.7.0-SNAPSHOT</version>
</dependency>

<!-- Alternative JNA approach for local build -->
<!--
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.7.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jna.jar</systemPath>
</dependency>
-->

<!-- JUnit -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 27ac2b6

Please sign in to comment.