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

davsclaus pushed a commit to branch camel-spring-boot-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by 
this push:
     new ed21e7be52a CAMEL-18293: camel-cxf - Move CXFTestSupport to test-jar
ed21e7be52a is described below

commit ed21e7be52adb3069c9cd619c69621975d9ec00f
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 540afc8ef3c..0534ee2b988 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 a5de96106a6..2d153c0ca1f 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>

Reply via email to