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

[cxf] 02/03: Fixing the enforcer issues (banned dependencies) for distribution/javadoc

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 26fb3b066912cbedcb4df538a5924d454f792c21
Author: reta <dr...@gmail.com>
AuthorDate: Tue Mar 30 20:12:26 2021 -0400

    Fixing the enforcer issues (banned dependencies) for distribution/javadoc
    
    (cherry picked from commit cd3dcb4fd06b47bd206e364c6a0d74fd22c10450)
    (cherry picked from commit 42283211f278628244234c4589cee85b9ae24e78)
---
 distribution/javadoc/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 7579f4f..7c32e30a 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -377,6 +377,16 @@
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
+            <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.eclipse.microprofile.config</groupId>