mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
#3211 Change tika-core dependency to tika-parsers
This commit is contained in:
@@ -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>
|
||||
|
2
pom.xml
2
pom.xml
@@ -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,
|
||||
|
Reference in New Issue
Block a user