Skip to content

Commit a8fad52

Browse files
committed
Drop the system scope for HDF5
1 parent 3dfdc40 commit a8fad52

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

gemma-core/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@
249249
<groupId>org.hdf5group</groupId>
250250
<artifactId>hdf5</artifactId>
251251
<version>${hdf5.version}</version>
252-
<scope>system</scope>
253-
<systemPath>${hdf5.jarPath}</systemPath>
254252
</dependency>
255253

256254
<!-- Gemma Slack Bot -->

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,6 @@
815815
<hdf5.version>1.12.1</hdf5.version>
816816
<!-- directory containing the HDF5 JNI shared library -->
817817
<hdf5.libDir>/usr/lib64/hdf5</hdf5.libDir>
818-
<!-- full path to the HDF5 JAR -->
819-
<hdf5.jarPath>/usr/lib/java/hdf5.jar</hdf5.jarPath>
820818
<mysql.version>8.4.0</mysql.version>
821819
<tomcat.version>9.0.107</tomcat.version>
822820
<antlr4.version>4.13.2</antlr4.version>

0 commit comments

Comments
 (0)