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 81c8eba9d00 CAMEL-18286: camel-lra-starter needs camel-servlet-starter
to function. Thanks to Marco Carletti for reporting.
81c8eba9d00 is described below
commit 81c8eba9d0018771222b21e9b8c30b08e2c47f97
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 27 15:49:46 2022 +0200
CAMEL-18286: camel-lra-starter needs camel-servlet-starter to function.
Thanks to Marco Carletti for reporting.
---
components-starter/camel-lra-starter/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/components-starter/camel-lra-starter/pom.xml
b/components-starter/camel-lra-starter/pom.xml
index 596e4c08f86..a695e461524 100644
--- a/components-starter/camel-lra-starter/pom.xml
+++ b/components-starter/camel-lra-starter/pom.xml
@@ -39,6 +39,10 @@
<artifactId>camel-lra</artifactId>
<version>${camel-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.springboot</groupId>
+ <artifactId>camel-servlet-starter</artifactId>
+ </dependency>
<!--START OF GENERATED CODE-->
<dependency>
<groupId>org.apache.camel.springboot</groupId>