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

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f4a9d3152c23c12c6e4d63d6a8ba328d0778f3a0
Author: Alexey Markevich <[email protected]>
AuthorDate: Mon Mar 29 22:50:37 2021 +0300

    cxf-rt-rs-extension-search: update dependency exclusion for tika
    
    (cherry picked from commit ca5d02bf9581a28971c8b8d021732972dce5377e)
---
 rt/rs/extensions/search/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index e58a2b7..316c947 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -109,8 +109,8 @@
                     <artifactId>jaxb-api</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>com.sun.xml.bind</groupId>
-                    <artifactId>jaxb-core</artifactId>
+                    <groupId>javax.activation</groupId>
+                    <artifactId>javax.activation-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>javax.annotation</groupId>

Reply via email to