diff options
Diffstat (limited to 'archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml')
-rw-r--r-- | archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml b/archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml index 067be3eda..06f38aa5a 100644 --- a/archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml +++ b/archiva-modules/metadata/metadata-store-provider/oak-jcr/oak-jcr-lucene/pom.xml @@ -81,6 +81,10 @@ <groupId>org.apache.lucene</groupId> <artifactId>lucene-suggest</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.tika</groupId> + <artifactId>tika-core</artifactId> + </exclusion> </exclusions> </dependency> <!-- We reapply the original transitive dependencies --> @@ -113,6 +117,11 @@ <groupId>org.apache.jackrabbit</groupId> <artifactId>oak-search</artifactId> </dependency> + <dependency> + <groupId>org.apache.tika</groupId> + <artifactId>tika-core</artifactId> + <version>1.27</version> + </dependency> </dependencies> |