|
79 | 79 | </plugin> |
80 | 80 | </plugins> |
81 | 81 | </build> |
| 82 | + <dependencyManagement> |
| 83 | + <dependencies> |
| 84 | + <dependency> |
| 85 | + <groupId>org.apache.tika</groupId> |
| 86 | + <artifactId>tika-bom</artifactId> |
| 87 | + <version>3.2.3</version> |
| 88 | + <type>pom</type> |
| 89 | + <scope>import</scope> |
| 90 | + </dependency> |
| 91 | + </dependencies> |
| 92 | + </dependencyManagement> |
82 | 93 | <dependencies> |
83 | 94 | <!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient --> |
84 | 95 | <dependency> |
|
184 | 195 | <dependency> |
185 | 196 | <groupId>org.apache.tika</groupId> |
186 | 197 | <artifactId>tika-core</artifactId> |
187 | | - <version>2.9.4</version> |
188 | 198 | </dependency> |
189 | 199 | <dependency> |
190 | 200 | <groupId>org.apache.tika</groupId> |
191 | 201 | <artifactId>tika-parser-html-module</artifactId> |
192 | | - <version>2.9.4</version> |
193 | 202 | </dependency> |
194 | 203 | <dependency> |
195 | 204 | <groupId>org.apache.tika</groupId> |
196 | 205 | <artifactId>tika-parser-microsoft-module</artifactId> |
197 | | - <version>2.9.4</version> |
198 | 206 | </dependency> |
199 | 207 | <dependency> |
200 | 208 | <groupId>org.apache.tika</groupId> |
201 | 209 | <artifactId>tika-parser-miscoffice-module</artifactId> |
202 | | - <version>2.9.4</version> |
203 | 210 | </dependency> |
204 | 211 | <dependency> |
205 | 212 | <groupId>org.apache.tika</groupId> |
206 | 213 | <artifactId>tika-parser-pdf-module</artifactId> |
207 | | - <version>2.9.4</version> |
208 | 214 | </dependency> |
209 | 215 | <dependency> |
210 | 216 | <groupId>org.apache.tika</groupId> |
211 | 217 | <artifactId>tika-parser-text-module</artifactId> |
212 | | - <version>2.9.4</version> |
213 | 218 | </dependency> |
214 | 219 | <dependency> |
215 | 220 | <groupId>org.apache.tika</groupId> |
216 | 221 | <artifactId>tika-parser-xml-module</artifactId> |
217 | | - <version>2.9.4</version> |
218 | 222 | </dependency> |
219 | 223 | <!-- fop pdf generation: all in one jar produces class duplication warnings --> |
220 | 224 | <dependency> |
|
0 commit comments