This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 6028a654224 CAMEL-18293: camel-cxf - Move CXFTestSupport to test-jar
6028a654224 is described below
commit 6028a6542242d0f6f854349d487ed9d92ff30e3c
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 25 10:05:27 2022 +0200
CAMEL-18293: camel-cxf - Move CXFTestSupport to test-jar
---
components-starter/camel-cxf-rest-starter/pom.xml | 6 ++++++
components-starter/camel-cxf-soap-starter/pom.xml | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/components-starter/camel-cxf-rest-starter/pom.xml
b/components-starter/camel-cxf-rest-starter/pom.xml
index 3ec33c793eb..2eb1ae3078d 100644
--- a/components-starter/camel-cxf-rest-starter/pom.xml
+++ b/components-starter/camel-cxf-rest-starter/pom.xml
@@ -45,6 +45,12 @@
<version>${cxf-version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cxf-common</artifactId>
+ <version>${camel-version}</version>
+ <type>test-jar</type>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http</artifactId>
diff --git a/components-starter/camel-cxf-soap-starter/pom.xml
b/components-starter/camel-cxf-soap-starter/pom.xml
index 36e008ee6ec..b6b231fe0dd 100644
--- a/components-starter/camel-cxf-soap-starter/pom.xml
+++ b/components-starter/camel-cxf-soap-starter/pom.xml
@@ -45,6 +45,12 @@
<version>${cxf-version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cxf-common</artifactId>
+ <version>${camel-version}</version>
+ <type>test-jar</type>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http</artifactId>