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 da607afcf40 CAMEL-18286: camel-lra-starter needs camel-servlet-starter
to function. Thanks to Marco Carletti for reporting.
da607afcf40 is described below
commit da607afcf40c0501e38d46be55c0b1fb293f8bf3
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 37f91497695..6c152287b9d 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>