You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/07 17:30:44 UTC

[tika] branch main updated: TIKA-3795: add comment

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 993b582c9 TIKA-3795: add comment
993b582c9 is described below

commit 993b582c9adf11be01ab518cd454fb322d53c684
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jul 7 19:30:34 2022 +0200

    TIKA-3795: add comment
---
 tika-translate/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 5fcb98cab..6d4bb3825 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -124,6 +124,8 @@
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
+      <!-- update to 2.0.3 not possible with jdk8,
+           "class file has wrong version 55.0, should be 52.0" -->
       <version>2.0.2</version>
     </dependency>
   </dependencies>