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/14 08:20:29 UTC

[cxf] branch CXF-7910_jakarta_jaxws-api updated: [CXF-7910] add temporary exclusion until cxf-xjc-runtime has been released

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

deki pushed a commit to branch CXF-7910_jakarta_jaxws-api
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/CXF-7910_jakarta_jaxws-api by this push:
     new ec57d33  [CXF-7910] add temporary exclusion until cxf-xjc-runtime has been released
ec57d33 is described below

commit ec57d33a8c6a806908176111549d6b1dc954c858
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Mon Jan 14 09:20:10 2019 +0100

    [CXF-7910] add temporary exclusion until cxf-xjc-runtime has been released
---
 osgi/repository/pom.xml             | 6 ++++++
 systests/wsdl_maven/codegen/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/osgi/repository/pom.xml b/osgi/repository/pom.xml
index f897831..4924446 100644
--- a/osgi/repository/pom.xml
+++ b/osgi/repository/pom.xml
@@ -247,6 +247,12 @@
 		<dependency>
 			<groupId>org.apache.cxf.xjc-utils</groupId>
 			<artifactId>cxf-xjc-runtime</artifactId>
+			<exclusions>
+				<exclusion><!-- TODO can be removed with next cxf-xjc-runtime release -->
+					<groupId>javax.xml.ws</groupId>
+					<artifactId>jaxws-api</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>org.codehaus.jettison</groupId>
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index e6061e3..8094e87 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -153,6 +153,12 @@
             <groupId>org.apache.cxf.xjc-utils</groupId>
             <artifactId>cxf-xjc-runtime</artifactId>
             <version>${cxf.xjc-utils.version}</version>
+            <exclusions>
+                <exclusion><!-- TODO can be removed with next cxf-xjc-runtime release -->
+                    <groupId>javax.xml.ws</groupId>
+                    <artifactId>jaxws-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.systests.wsdl_maven</groupId>