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 51cf3c532c6eacf0ab577cada7658fed68df0cac Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Sat Sep 24 10:36:53 2022 +0200 CAMEL-17448: removed unused dependencies on camel-cxf-rest --- components/camel-cxf/camel-cxf-rest/pom.xml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/components/camel-cxf/camel-cxf-rest/pom.xml b/components/camel-cxf/camel-cxf-rest/pom.xml index ede12cca949..7527975d69d 100644 --- a/components/camel-cxf/camel-cxf-rest/pom.xml +++ b/components/camel-cxf/camel-cxf-rest/pom.xml @@ -147,13 +147,6 @@ <scope>test</scope> </dependency> - <!-- test for the cxf jms transport --> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-broker</artifactId> - <scope>test</scope> - </dependency> - <!-- test for cxf failover feature --> <dependency> <groupId>org.apache.cxf</groupId> @@ -161,18 +154,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-kahadb-store</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-jms</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> @@ -229,14 +210,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-testutils</artifactId> - <scope>test</scope> - </dependency> - - - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId>