You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/18 07:39:01 UTC

[camel-spring-boot] branch main updated: Update spring-boot.adoc (#686)

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 b9de037ef2b Update spring-boot.adoc (#686)
b9de037ef2b is described below

commit b9de037ef2b93241e77a844c18f6fd61f8937eed
Author: est412 <es...@gmail.com>
AuthorDate: Sun Dec 18 10:37:56 2022 +0300

    Update spring-boot.adoc (#686)
    
    It seams to be a typo
---
 core/camel-spring-boot/src/main/docs/spring-boot.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.adoc b/core/camel-spring-boot/src/main/docs/spring-boot.adoc
index cd5503bf268..494d3d67a01 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.adoc
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.adoc
@@ -42,7 +42,7 @@ To use the starter, add the following to your spring boot pom.xml file:
 ----
 <dependency>
     <groupId>org.apache.camel.springboot</groupId>
-    <artifactId>camel-spring-boot-bom</artifactId>
+    <artifactId>camel-spring-boot-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
 ----