|
1125 | 1125 | <artifactId>jetty-http</artifactId> |
1126 | 1126 | <version>11.0.24</version> |
1127 | 1127 | </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> |
1139 | 1128 | <!-- this one is used in tika-example --> |
1140 | 1129 | <coordinate> |
1141 | 1130 | <!-- sonatype: https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd --> |
|
1150 | 1139 | <artifactId>h2</artifactId> |
1151 | 1140 | <version>${h2.version}</version> |
1152 | 1141 | </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> |
1161 | 1142 | <!-- provided dependency brought in by org.deeplearning4j:deeplearning4j-utility-iterators --> |
1162 | 1143 | <coordinate> |
1163 | 1144 | <groupId>org.threeten</groupId> |
|
1171 | 1152 | <artifactId>threetenbp</artifactId> |
1172 | 1153 | <version>1.7.0</version> |
1173 | 1154 | </coordinate> |
1174 | | - <coordinate> |
1175 | | - <groupId>joda-time</groupId> |
1176 | | - <artifactId>joda-time</artifactId> |
1177 | | - <version>2.12.7</version> |
1178 | | - </coordinate> |
1179 | 1155 | <!-- while waiting for 1.14.4 to appear on maven central, see |
1180 | 1156 | https://www.hdfgroup.org/2024/05/new-hdf5-cve-issues-fixed-in-1-14-4/ |
1181 | 1157 | --> |
|
0 commit comments