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:38 UTC

[tika] branch branch_1x updated: Fix Jenkins build error on JDK11 build 7 (#361)

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 2f1daa5  Fix Jenkins build error on JDK11 build 7 (#361)
2f1daa5 is described below

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

    Fix Jenkins build error on JDK11 build 7 (#361)
---
 tika-bundle/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 2f5066f..53363c8 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -148,14 +148,6 @@
 	    <version>1.2.16</version>
 	    <scope>test</scope>
 	</dependency>
-	<dependency>
-    <groupId>jakarta.activation</groupId>
-	  <artifactId>jakarta.activation-api</artifactId>
-	  <version>1.2.1</version>
-	  <scope>test</scope>
-	</dependency>
-
-    
   </dependencies>
 
   <build>