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/10 08:30:42 UTC

[cxf] branch master updated: [CXF-7907] add exclusion for old javax jaxb-api artifact

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 60c4c64  [CXF-7907] add exclusion for old javax jaxb-api artifact
60c4c64 is described below

commit 60c4c6418a285d71fc197dc953332d987e7651d9
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Thu Jan 10 09:30:27 2019 +0100

    [CXF-7907] add exclusion for old javax jaxb-api artifact
---
 rt/rs/description-openapi-v3/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rt/rs/description-openapi-v3/pom.xml b/rt/rs/description-openapi-v3/pom.xml
index a11101c..140dce9 100644
--- a/rt/rs/description-openapi-v3/pom.xml
+++ b/rt/rs/description-openapi-v3/pom.xml
@@ -69,6 +69,12 @@
         <dependency>
             <groupId>io.swagger.core.v3</groupId>
             <artifactId>swagger-jaxrs2</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>