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

zhfeng pushed a commit to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/3.8.x by this push:
     new c0984127ee Remove quarkus-cxf-rt-features-logging since it is 
deprecated (#5937) (#5941)
c0984127ee is described below

commit c0984127ee4057151d52fe52bb90cac6b0d6f460
Author: Zheng Feng <zh.f...@gmail.com>
AuthorDate: Wed Apr 3 06:45:38 2024 +0800

    Remove quarkus-cxf-rt-features-logging since it is deprecated (#5937) 
(#5941)
---
 extensions/cxf-soap/deployment/pom.xml                     | 4 ----
 extensions/cxf-soap/runtime/pom.xml                        | 4 ----
 integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/extensions/cxf-soap/deployment/pom.xml 
b/extensions/cxf-soap/deployment/pom.xml
index 2b253937c9..4bac96bafe 100644
--- a/extensions/cxf-soap/deployment/pom.xml
+++ b/extensions/cxf-soap/deployment/pom.xml
@@ -42,10 +42,6 @@
             <groupId>io.quarkiverse.cxf</groupId>
             <artifactId>quarkus-cxf-deployment</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-rt-features-logging-deployment</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/extensions/cxf-soap/runtime/pom.xml 
b/extensions/cxf-soap/runtime/pom.xml
index 3c0a5b7519..84e44e35b2 100644
--- a/extensions/cxf-soap/runtime/pom.xml
+++ b/extensions/cxf-soap/runtime/pom.xml
@@ -48,10 +48,6 @@
             <groupId>io.quarkiverse.cxf</groupId>
             <artifactId>quarkus-cxf</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-rt-features-logging</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml 
b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
index 6e83693df2..b6c06b156a 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml
@@ -43,10 +43,6 @@
             <groupId>io.quarkiverse.cxf</groupId>
             <artifactId>quarkus-cxf-services-sts</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-rt-features-logging</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>io.quarkus</groupId>

Reply via email to