mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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 -->
|
<!-- Used for full-text indexing with Solr -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tika</groupId>
|
<groupId>org.apache.tika</groupId>
|
||||||
<artifactId>tika-core</artifactId>
|
<artifactId>tika-parsers</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.lucene</groupId>
|
<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 -->
|
<!-- Used for full-text indexing with Solr. Should be synced with version of Tika in solr-cell -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tika</groupId>
|
<groupId>org.apache.tika</groupId>
|
||||||
<artifactId>tika-core</artifactId>
|
<artifactId>tika-parsers</artifactId>
|
||||||
<version>1.24.1</version>
|
<version>1.24.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Reminder: Keep icu4j (in Parent POM) synced with version used by lucene-analyzers-icu below,
|
<!-- Reminder: Keep icu4j (in Parent POM) synced with version used by lucene-analyzers-icu below,
|
||||||
|
Reference in New Issue
Block a user