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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new c3bcc0c  Update first-steps.adoc
c3bcc0c is described below

commit c3bcc0c3d92b50d353e28e3147e8b5a0d3d90b7b
Author: aqel <[email protected]>
AuthorDate: Mon May 17 20:49:40 2021 +0100

    Update first-steps.adoc
    
    Fix camel-quarkus-jackson group id
---
 docs/modules/ROOT/pages/user-guide/first-steps.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc 
b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index dcb2780..2a44683 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -108,7 +108,7 @@ The application has three compile dependencies:
     <artifactId>camel-quarkus-platform-http</artifactId>
 </dependency>
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.quarkus</groupId>
     <artifactId>camel-quarkus-jackson</artifactId>
 </dependency>
 ----

Reply via email to