File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,12 +220,12 @@ Projects wishing to use pom-scijava as a parent project need to override the <
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 <
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 >
You can’t perform that action at this time.
0 commit comments