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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git

commit 5886a015a99f9e7303c2c4b57007a206bf42bea0
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Mon Oct 26 20:24:43 2020 +0100

    ensure cxf does not leak undesired dependencies
---
 meecrowave-core/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index 141388f..9156053 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -115,6 +115,14 @@
       <version>${cxf.version}</version>
       <exclusions>
         <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-jta_1.1_spec</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.spec.javax.rmi</groupId>
+          <artifactId>jboss-rmi-api_1.0_spec</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jakarta.xml.ws</groupId>
           <artifactId>*</artifactId>
         </exclusion>

Reply via email to