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

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

commit ef6233895e19c137bbe496434606adb989e8ba89
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)
    (cherry picked from commit f4a9d3152c23c12c6e4d63d6a8ba328d0778f3a0)
---
 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 ee61d01..83b3c46 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -120,8 +120,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>
             </exclusions>
         </dependency>

Reply via email to