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/03/29 15:17:50 UTC

[camel-examples] 05/06: Camel-sql-example-blueprint: Moved to new groupId for camel-blueprint

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-examples.git

commit 4a7fa7eb45ec896a3ba47363af2aa8554ff65913
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:15:48 2020 +0200

    Camel-sql-example-blueprint: Moved to new groupId for camel-blueprint
---
 examples/camel-example-sql-blueprint/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml
index a15053c..87c2625 100644
--- a/examples/camel-example-sql-blueprint/pom.xml
+++ b/examples/camel-example-sql-blueprint/pom.xml
@@ -59,8 +59,9 @@
 
         <!-- Camel -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>