You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/04/21 06:08:30 UTC

[GitHub] [jackrabbit-oak] thomasmueller commented on a diff in pull request #549: OAK-9750: Oak-run-elastic: Add right tika dependency

thomasmueller commented on code in PR #549:
URL: https://github.com/apache/jackrabbit-oak/pull/549#discussion_r854812886


##########
oak-run-elastic/pom.xml:
##########
@@ -218,6 +218,11 @@
             <version>${project.version}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+            <version>1.24.1</version>

Review Comment:
   +1, we should specify the version only once



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org