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 fc22e6d  add exclusion back...
fc22e6d is described below

commit fc22e6d8d50fc281df43986296f9da4ecadb3721
Author: tballison <[email protected]>
AuthorDate: Fri May 21 12:54:01 2021 -0400

    add exclusion back...
---
 tika-translate/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index f70ea35..24d7757 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -96,6 +96,10 @@
           <groupId>jakarta.xml.bind</groupId>
           <artifactId>jakarta.xml.bind-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>jakarta.activation</groupId>
+          <artifactId>jakarta.activation-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to