#3211 Change tika-core dependency to tika-parsers

This commit is contained in:
Chris Wilper
2021-03-30 23:07:12 -04:00
parent 34c1e82275
commit ef62e22aa1
2 changed files with 2 additions and 2 deletions

View File

@@ -632,7 +632,7 @@
<!-- Used for full-text indexing with Solr -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<artifactId>tika-parsers</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>

View File

@@ -1194,7 +1194,7 @@
<!-- Used for full-text indexing with Solr. Should be synced with version of Tika in solr-cell -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<artifactId>tika-parsers</artifactId>
<version>1.24.1</version>
</dependency>
<!-- Reminder: Keep icu4j (in Parent POM) synced with version used by lucene-analyzers-icu below,