You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/09/18 14:17:21 UTC

[tika] branch main updated: Fix Jenkins build error on JDK11#22 JDK14#6 (#360)

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

tallison 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 da26ce9  Fix Jenkins build error on JDK11#22 JDK14#6 (#360)
da26ce9 is described below

commit da26ce90cb49097f9d6a50ee3cefd9bd13c6d35b
Author: Lee <55...@users.noreply.github.com>
AuthorDate: Fri Sep 18 22:17:11 2020 +0800

    Fix Jenkins build error on JDK11#22 JDK14#6 (#360)
---
 tika-translate/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index bcce5cd..095df65 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -128,6 +128,10 @@
           <groupId>com.fasterxml.jackson.core</groupId>
           <artifactId>jackson-databind</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>jakarta.activation</groupId>
+          <artifactId>jakarta.activation-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>