You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/04/02 16:55:56 UTC

[cxf] 01/03: Fixing the enforcer issues (banned dependencies)

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

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

commit 3014cf392450329eea1bf1dd012258651da5b455
Author: reta <dr...@gmail.com>
AuthorDate: Mon Mar 29 20:37:22 2021 -0400

    Fixing the enforcer issues (banned dependencies)
    
    (cherry picked from commit 061104df8a9435ea618b1cba9f78b76793a7db57)
---
 rt/rs/extensions/search/pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index ff2136e..ee61d01 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -83,6 +83,16 @@
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
             <optional>true</optional>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.activation</groupId>
+                    <artifactId>activation</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
            <groupId>org.apache.hbase</groupId>
@@ -103,7 +113,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.poi</groupId>
-                    <artifactId>poi-ooxml</artifactId>                
+                    <artifactId>poi-ooxml</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>javax.xml.bind</groupId>