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 <ond...@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>