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 2024/02/16 11:58:04 UTC

(tika) branch main updated: TIKA-4166: add comments

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 70edaa5df TIKA-4166: add comments
70edaa5df is described below

commit 70edaa5df6683605decad1f9c8eda1e07b81e442
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Feb 16 12:57:56 2024 +0100

    TIKA-4166: add comments
---
 tika-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4250b18cb..a84f4d22e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -315,6 +315,7 @@
     <azure.core.version>1.46.0</azure.core.version>
     <azure.core.http.netty.version>1.14.0</azure.core.http.netty.version>
     <azure.storage.blob.version>12.25.1</azure.storage.blob.version>
+    <!-- 7.0.0 needs java 17 -->
     <biz.aqute.version>6.4.1</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!--  used by POI, PDFBox and Jackcess encrypt ...try to sync -->
@@ -368,6 +369,7 @@
     <jcommander.version>1.82</jcommander.version>
     <jdom2.version>2.0.6.1</jdom2.version>
     <jempbox.version>1.8.17</jempbox.version>
+    <!-- 12.0.* needs java 17 -->
     <jetty.version>11.0.20</jetty.version>
     <jhighlight.version>1.1.0</jhighlight.version>
     <jna.version>5.14.0</jna.version>