You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2019/01/11 10:38:43 UTC

[cxf] branch master updated: [CXF-7907] exclude jaxb-core

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new f781f77  [CXF-7907] exclude jaxb-core
f781f77 is described below

commit f781f775143c4cae90ed76787f569cc96220dd19
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Jan 11 11:38:14 2019 +0100

    [CXF-7907] exclude jaxb-core
---
 pom.xml                         | 1 +
 rt/rs/extensions/search/pom.xml | 4 ++++
 services/wsn/wsn-core/pom.xml   | 4 ++++
 systests/jaxrs/pom.xml          | 4 ++++
 4 files changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index cd9d59f..906237c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -687,6 +687,7 @@
                                 <excludes>
                                     <exclude>javax.ws.rs:javax.ws.rs-api</exclude>
                                     <exclude>javax.xml.bind:jaxb-api</exclude>
+                                    <exclude>com.sun.xml.bind:jaxb-core</exclude>
                                 </excludes>
                             </bannedDependencies>
                         </rules>
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 945910b..a9f58e4 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -109,6 +109,10 @@
                     <groupId>javax.xml.bind</groupId>
                     <artifactId>jaxb-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.sun.xml.bind</groupId>
+                    <artifactId>jaxb-core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 4023081..bbc05dd 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -117,6 +117,10 @@
                     <artifactId>saaj-impl</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>com.sun.xml.bind</groupId>
+                    <artifactId>jaxb-core</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.codehaus.woodstox</groupId>
                     <artifactId>wstx-asl</artifactId>
                 </exclusion>
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index 5cddb17..f5592b0 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -506,6 +506,10 @@
                     <groupId>javax.xml.bind</groupId>
                     <artifactId>jaxb-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.sun.xml.bind</groupId>
+                    <artifactId>jaxb-core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>