[MEECROWAVE-266] cxf 3.4.1
diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index 9156053..d2e71a3 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -37,6 +37,12 @@
       <groupId>org.apache.meecrowave</groupId>
       <artifactId>meecrowave-specs-api</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -107,6 +113,10 @@
           <groupId>org.apache.tomcat</groupId>
           <artifactId>tomcat-el-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.tomcat</groupId>
+          <artifactId>tomcat-servlet-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -213,6 +223,14 @@
           <groupId>com.sun.xml.messaging.saaj</groupId>
           <artifactId>*</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-jta_1.1_spec</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss.spec.javax.rmi</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -221,6 +239,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>*</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jakarta.annotation</groupId>
           <artifactId>jakarta.annotation-api</artifactId>
         </exclusion>
diff --git a/pom.xml b/pom.xml
index ba45563..8639d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,9 +53,8 @@
     <junit.version>4.13.1</junit.version>
     <tomcat.version>9.0.39</tomcat.version>
     <openwebbeans.version>2.0.19</openwebbeans.version>
-    <cxf.version>3.4.0</cxf.version>
+    <cxf.version>3.4.1</cxf.version>
     <openwebbeans.version>2.0.20-SNAPSHOT</openwebbeans.version>
-    <cxf.version>3.4.1-SNAPSHOT</cxf.version>
     <johnzon.version>1.2.8</johnzon.version>
     <log4j2.version>2.13.3</log4j2.version>
     <deltaspike.version>1.8.2</deltaspike.version>
@@ -238,8 +237,8 @@
     </repository>
 -->
     <repository>
-      <id>owb</id>
-      <url>https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1065/</url>
+      <id>cxf</id>
+      <url>https://repository.apache.org/content/repositories/orgapachecxf-1160</url>
     </repository>
   </repositories>
 </project>