Skip to content

Commit 36e877a

Browse files
committed
TIKA-4326: remove exclusions that are no longer needed
1 parent 798fdad commit 36e877a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tika-parent/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,17 +1125,6 @@
11251125
<artifactId>jetty-http</artifactId>
11261126
<version>11.0.24</version>
11271127
</coordinate>
1128-
<coordinate>
1129-
<groupId>io.netty</groupId>
1130-
<artifactId>netty-handler</artifactId>
1131-
<version>${netty.version}</version>
1132-
</coordinate>
1133-
<!-- these are used by the nlp-module -->
1134-
<coordinate>
1135-
<groupId>org.apache.lucene</groupId>
1136-
<artifactId>lucene-queryparser</artifactId>
1137-
<version>4.0.0</version>
1138-
</coordinate>
11391128
<!-- this one is used in tika-example -->
11401129
<coordinate>
11411130
<!-- sonatype: https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd -->
@@ -1150,14 +1139,6 @@
11501139
<artifactId>h2</artifactId>
11511140
<version>${h2.version}</version>
11521141
</coordinate>
1153-
<!-- CVE-2023-39913: Uima is used because ctakes is used in the
1154-
natural language process module. Serialization is only on data that is configured in
1155-
tika-config.xml. We don't think we'd be vulnerable to crafted user input. -->
1156-
<coordinate>
1157-
<groupId>org.apache.uima</groupId>
1158-
<artifactId>uimaj-core</artifactId>
1159-
<version>3.4.1</version>
1160-
</coordinate>
11611142
<!-- provided dependency brought in by org.deeplearning4j:deeplearning4j-utility-iterators -->
11621143
<coordinate>
11631144
<groupId>org.threeten</groupId>
@@ -1171,11 +1152,6 @@
11711152
<artifactId>threetenbp</artifactId>
11721153
<version>1.7.0</version>
11731154
</coordinate>
1174-
<coordinate>
1175-
<groupId>joda-time</groupId>
1176-
<artifactId>joda-time</artifactId>
1177-
<version>2.12.7</version>
1178-
</coordinate>
11791155
<!-- while waiting for 1.14.4 to appear on maven central, see
11801156
https://www.hdfgroup.org/2024/05/new-hdf5-cve-issues-fixed-in-1-14-4/
11811157
-->

0 commit comments

Comments
 (0)