Skip to content

Commit 007cd4e

Browse files
committed
Actually manage the version of JHDF5
Commit 1adde96 purported to do this, but forgot to add the actual <dependency> block needed.
1 parent bf4b95c commit 007cd4e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
220220
<!-- JAMA - http://math.nist.gov/javanumerics/jama/ -->
221221
<jama.version>1.0.3</jama.version>
222222

223-
<!-- Jetty - http://eclipse.org/jetty/ -->
224-
<jetty.version>8.0.0.M1</jetty.version>
225-
226223
<!-- JHDF5 - https://wiki-bsse.ethz.ch/label/JHDF5/hdf5 -->
227224
<jhdf5.version>14.12.0</jhdf5.version>
228225

226+
<!-- Jetty - http://eclipse.org/jetty/ -->
227+
<jetty.version>8.0.0.M1</jetty.version>
228+
229229
<!-- Additional configuration -->
230230

231231
<!-- NB: Avoid platform encoding warning when copying resources. -->
@@ -489,6 +489,13 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
489489
<version>${jama.version}</version>
490490
</dependency>
491491

492+
<!-- JHDF5 - https://wiki-bsse.ethz.ch/label/JHDF5/hdf5 -->
493+
<dependency>
494+
<groupId>cisd</groupId>
495+
<artifactId>jhdf5</artifactId>
496+
<version>${jhdf5.version}</version>
497+
</dependency>
498+
492499
<!-- MigLayout - http://www.miglayout.com/ -->
493500
<dependency>
494501
<groupId>com.miglayout</groupId>

0 commit comments

Comments
 (0)