diff --git a/non-maven/jhdf5-19.04.1.pom b/non-maven/jhdf5-19.04.1.pom
new file mode 100644
index 00000000..7c1b70d2
--- /dev/null
+++ b/non-maven/jhdf5-19.04.1.pom
@@ -0,0 +1,66 @@
+
+
+ 4.0.0
+
+ cisd
+ jhdf5
+ 19.04.1
+
+ JHDF5 (HDF5 for Java)
+
+ HDF5 is an efficient, well-documented, non-proprietary binary data format
+ and library developed and maintained by the HDF Group. The library provided
+ by the HDF Group is written in C and available under a liberal BSD-style
+ Open Source software license. It has over 600 API calls and is very powerful
+ and configurable, but it is not trivial to use.
+
+ JHDF5 is a Java binding for HDF5 focusing on ease-of-use, which was
+ developed by CISD and is now maintained by ETH SIS. It is available under
+ the Apache License 2.0. The library contains HDF5 1.10 from the HDF Group
+ and files created with JHDF5 are fully compatible with HDF 1.10 (or HDF5 1.8
+ if you initialize the library appropriately).
+
+ https://unlimited.ethz.ch/display/JHDF/
+
+ ETH Zurich Scientific IT Services
+ https://sis.id.ethz.ch/
+
+
+
+ Apache 2
+ https://apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ scm:git:https://sissource.ethz.ch/sispub/jhdf5
+ scm:git:https://sissource.ethz.ch/sispub/jhdf5
+ 19.04.1
+ https://sissource.ethz.ch/sispub/jhdf5
+
+
+
+ 18.09.0
+ 2.6
+ 3.7
+
+
+
+
+ cisd
+ base
+ ${base.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
+
+
diff --git a/pom.xml b/pom.xml
index 41778cb5..b4ef2810 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1683,7 +1683,7 @@
${jgraphx.version}
- 19.04.0
+ 19.04.1
${jhdf5.version}