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

gzurowski 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 2aa9f21355d Explicitly define dependency version
2aa9f21355d is described below

commit 2aa9f21355dbee1eb858d9950ae4c957b69b8bf7
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Jul 2 16:26:01 2022 +0200

    Explicitly define dependency version
---
 components-starter/camel-cxf-rest-starter/pom.xml | 1 +
 components-starter/camel-cxf-soap-starter/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components-starter/camel-cxf-rest-starter/pom.xml 
b/components-starter/camel-cxf-rest-starter/pom.xml
index c17cfcdeb4f..4324603c07c 100644
--- a/components-starter/camel-cxf-rest-starter/pom.xml
+++ b/components-starter/camel-cxf-rest-starter/pom.xml
@@ -48,6 +48,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/components-starter/camel-cxf-soap-starter/pom.xml 
b/components-starter/camel-cxf-soap-starter/pom.xml
index b15c4ded1cb..e10c1670d5a 100644
--- a/components-starter/camel-cxf-soap-starter/pom.xml
+++ b/components-starter/camel-cxf-soap-starter/pom.xml
@@ -48,6 +48,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->

Reply via email to