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 75bd4e800746b9f483146e4d15ffef3ad4f934cf Author: Dennis Kieselhorst <[email protected]> AuthorDate: Wed Aug 14 21:51:40 2019 +0200 fixed merge error --- parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 93ea4c8..51493c4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2860,12 +2860,6 @@ <artifactId>stax-api</artifactId> </exclusion> </exclusions> - <exclusions> - <exclusion> - <groupId>javax.xml.soap</groupId> - <artifactId>javax.xml.soap-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.jacorb</groupId>
