You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/04/16 10:02:00 UTC

[cxf] branch master updated: Fixing wsdl_first_dynamic_client sample

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

coheigea 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 c0626bb  Fixing wsdl_first_dynamic_client sample
c0626bb is described below

commit c0626bbf164300ac51caacd170143a3be64ea93b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Apr 16 10:57:05 2018 +0100

    Fixing wsdl_first_dynamic_client sample
---
 .../src/main/release/samples/wsdl_first_dynamic_client/pom.xml        | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
index a6c8774..c20fb21 100644
--- a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
@@ -126,10 +126,6 @@
             <version>3.2.5-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-xjc</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.