Skip to content

Commit ea0e08f

Browse files
committed
TIKA-4166: add version and exclusion for hdf5
1 parent 3f53a9d commit ea0e08f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tika-parent/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
<gson.version>2.10.1</gson.version>
351351
<guava.version>33.2.0-jre</guava.version>
352352
<h2.version>2.2.224</h2.version>
353+
<hdf5.version>1.14.3-1.5.10</hdf5.version>
353354
<httpcomponents.version>4.5.14</httpcomponents.version>
354355
<httpcore.version>4.4.16</httpcore.version>
355356
<icu4j.version>75.1</icu4j.version>
@@ -1020,6 +1021,16 @@
10201021
<artifactId>angus-activation</artifactId>
10211022
<version>2.0.2</version>
10221023
</dependency>
1024+
<dependency>
1025+
<groupId>org.bytedeco</groupId>
1026+
<artifactId>hdf5</artifactId>
1027+
<version>${hdf5.version}</version>
1028+
</dependency>
1029+
<dependency>
1030+
<groupId>org.bytedeco</groupId>
1031+
<artifactId>hdf5-platform</artifactId>
1032+
<version>${hdf5.version}</version>
1033+
</dependency>
10231034
</dependencies>
10241035
</dependencyManagement>
10251036

@@ -1127,6 +1138,19 @@
11271138
<artifactId>joda-time</artifactId>
11281139
<version>2.12.7</version>
11291140
</coordinate>
1141+
<!-- while waiting for 1.14.4 to appear on maven central, see
1142+
https://www.hdfgroup.org/2024/05/new-hdf5-cve-issues-fixed-in-1-14-4/
1143+
-->
1144+
<coordinate>
1145+
<groupId>org.bytedeco</groupId>
1146+
<artifactId>hdf5</artifactId>
1147+
<version>1.14.3-1.5.10</version>
1148+
</coordinate>
1149+
<coordinate>
1150+
<groupId>org.bytedeco</groupId>
1151+
<artifactId>hdf5-platform</artifactId>
1152+
<version>1.14.3-1.5.10</version>
1153+
</coordinate>
11301154
</excludeCoordinates>
11311155
<fail>true</fail>
11321156
</configuration>

0 commit comments

Comments
 (0)