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 ee8323ceb TIKA-3795: add comment
ee8323ceb is described below
commit ee8323ceb5f9b4173b0633be0e3aa2ed513de604
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 8 08:52:44 2022 +0200
TIKA-3795: add comment
---
tika-parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c42459d78..bb151f5d8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -355,6 +355,7 @@
<mockito.version>4.6.1</mockito.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<openjson.version>1.0.12</openjson.version>
+ <!-- 2.0.0 doesn't compile with jdk8 -->
<opennlp.version>1.9.4</opennlp.version>
<ops4j.version>1.5.1</ops4j.version>
<optimaize.version>0.6</optimaize.version>