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

commit 4ba8ca20314da9a581f1e9a17cec5f14a210f55f
Author: Dennis Kieselhorst <m...@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 97988fc..12ea70f 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 2da9884..bfed3f4 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -152,6 +152,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>

Reply via email to