You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2019/04/11 10:50:19 UTC

[camel] branch master updated: Remove duplicate dependency declaration for javax.xml.ws

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 815e995  Remove duplicate dependency declaration for javax.xml.ws
815e995 is described below

commit 815e995f8d99287a4ef42db32702a07034874b10
Author: onders <on...@apache.org>
AuthorDate: Thu Apr 11 13:47:54 2019 +0300

    Remove duplicate dependency declaration for javax.xml.ws
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ba06c2..dff22ae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6063,11 +6063,6 @@
                     <artifactId>javax.xml.soap-api</artifactId>
                     <version>1.4.0</version>
                 </dependency>
-                <dependency>
-                    <groupId>javax.xml.ws</groupId>
-                    <artifactId>jaxws-api</artifactId>
-                    <version>2.3.0</version>
-                </dependency>
             </dependencies>
         </profile>
         <profile>