You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/21 13:44:10 UTC

[camel] branch master updated: Proper group for camel-sql-starter

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2feacf5  Proper group for camel-sql-starter
     new cec6856  Merge pull request #3504 from alexeyshockov/patch-1
2feacf5 is described below

commit 2feacf5ced2d76857a3e9e23ace90495b3d62028
Author: Alexey Shokov <al...@shockov.com>
AuthorDate: Tue Jan 21 17:39:39 2020 +0400

    Proper group for camel-sql-starter
---
 components/camel-sql/src/main/docs/sql-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index aca4a15..d99d5d0 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -869,7 +869,7 @@ To use this feature, add the following dependencies to your spring boot pom.xml
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-sql-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>