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:48 UTC

[camel-examples] 03/06: Camel-Example-olingo4-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 5a1747d3401b4a62c55c46637064e8c3cb57ab1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:13:46 2020 +0200

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

diff --git a/examples/camel-example-olingo4-blueprint/pom.xml b/examples/camel-example-olingo4-blueprint/pom.xml
index 8a33a9f..c3763f7 100644
--- a/examples/camel-example-olingo4-blueprint/pom.xml
+++ b/examples/camel-example-olingo4-blueprint/pom.xml
@@ -52,8 +52,9 @@
 
     <dependencies>
         <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>