Skip to content

Commit 1b0739d

Browse files
committed
Manage version of JNA
1 parent f075aac commit 1b0739d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
235235
<!-- JHDF5 - https://wiki-bsse.ethz.ch/label/JHDF5/hdf5 -->
236236
<jhdf5.version>14.12.0</jhdf5.version>
237237

238+
<!-- JNA - https://github.com/twall/jna -->
239+
<jna.version>3.2.7</jna.version>
240+
238241
<!-- Joda-Time - http://www.joda.org/joda-time/ -->
239242
<joda-time.version>2.3</joda-time.version>
240243

@@ -709,6 +712,13 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
709712
<version>${jhdf5.version}</version>
710713
</dependency>
711714

715+
<!-- JNA - https://github.com/twall/jna -->
716+
<dependency>
717+
<groupId>net.java.dev.jna</groupId>
718+
<artifactId>jna</artifactId>
719+
<version>${jna.version}</version>
720+
</dependency>
721+
712722
<!-- Joda-Time - http://www.joda.org/joda-time/ -->
713723
<dependency>
714724
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)