We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfdc40 commit a8fad52Copy full SHA for a8fad52
gemma-core/pom.xml
@@ -249,8 +249,6 @@
249
<groupId>org.hdf5group</groupId>
250
<artifactId>hdf5</artifactId>
251
<version>${hdf5.version}</version>
252
- <scope>system</scope>
253
- <systemPath>${hdf5.jarPath}</systemPath>
254
</dependency>
255
256
<!-- Gemma Slack Bot -->
pom.xml
@@ -815,8 +815,6 @@
815
<hdf5.version>1.12.1</hdf5.version>
816
<!-- directory containing the HDF5 JNI shared library -->
817
<hdf5.libDir>/usr/lib64/hdf5</hdf5.libDir>
818
- <!-- full path to the HDF5 JAR -->
819
- <hdf5.jarPath>/usr/lib/java/hdf5.jar</hdf5.jarPath>
820
<mysql.version>8.4.0</mysql.version>
821
<tomcat.version>9.0.107</tomcat.version>
822
<antlr4.version>4.13.2</antlr4.version>
0 commit comments