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:09:08 UTC

[camel-examples] branch master updated: Camel-Ehcache-blueprint example: Moved to new camel-blueprint groupId

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


The following commit(s) were added to refs/heads/master by this push:
     new 271a04d  Camel-Ehcache-blueprint example: Moved to new camel-blueprint groupId
271a04d is described below

commit 271a04dd69869321ff343c9392b029373bc6ba99
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:08:38 2020 +0200

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

diff --git a/examples/camel-example-ehcache-blueprint/pom.xml b/examples/camel-example-ehcache-blueprint/pom.xml
index 5e0cc5d..f709452 100644
--- a/examples/camel-example-ehcache-blueprint/pom.xml
+++ b/examples/camel-example-ehcache-blueprint/pom.xml
@@ -61,8 +61,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>