This is an automated email from the ASF dual-hosted git repository.
deki 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 d4d4b1e CXF-7910: re-add banned dependencies (were removed during
merging)
d4d4b1e is described below
commit d4d4b1e740a48103811e33094adb19d5c22ca108
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Tue Jan 7 13:45:01 2020 +0100
CXF-7910: re-add banned dependencies (were removed during merging)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index f46697d..dc58d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -683,6 +683,9 @@
<exclude>javax.ws.rs:javax.ws.rs-api</exclude>
<exclude>javax.xml.bind:jaxb-api</exclude>
<exclude>com.sun.xml.bind:jaxb-core</exclude>
+ <exclude>javax.xml.ws:jaxws-api</exclude>
+ <exclude>javax.jws:javax.jws-api</exclude>
+
<exclude>javax.xml.soap:javax.xml.soap-api</exclude>
</excludes>
</bannedDependencies>
</rules>