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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d44bf8219e3c9b5b2f7926b65a7f73520db0a415
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Sat Sep 24 09:28:03 2022 +0200

    CAMEL-17448: removed unused dependencies on camel-cxf-transport
---
 components/camel-cxf/camel-cxf-transport/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/components/camel-cxf/camel-cxf-transport/pom.xml 
b/components/camel-cxf/camel-cxf-transport/pom.xml
index 38e1b7c4afb..9e47fbe41d2 100644
--- a/components/camel-cxf/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf/camel-cxf-transport/pom.xml
@@ -88,26 +88,11 @@
             <artifactId>camel-jetty</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-testutils</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>

Reply via email to