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.git
The following commit(s) were added to refs/heads/main by this push:
new a4d7f6563c2 Use the correct camel spring boot starter for camel export
(#14448)
a4d7f6563c2 is described below
commit a4d7f6563c2edccc3b09d4053c7cfc5bc4b8b05d
Author: Federico Mariani <[email protected]>
AuthorDate: Mon Jun 10 17:01:49 2024 +0200
Use the correct camel spring boot starter for camel export (#14448)
---
.../camel-jbang-core/src/main/resources/templates/spring-boot-pom.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/spring-boot-pom.tmpl
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/spring-boot-pom.tmpl
index ebd8c6f2995..15281778d47 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/spring-boot-pom.tmpl
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/spring-boot-pom.tmpl
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-spring-boot-engine-starter</artifactId>
+ <artifactId>camel-spring-boot-starter</artifactId>
</dependency>
{{ .CamelDependencies }}