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

[camel-examples] 04/06: Camel-Servlet-osgi-blueprint example: 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 d5fbc2ccdf742dba64b656fedf2c29879103a90f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:14:54 2020 +0200

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

diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 05a6b94..ed9ccc6 100644
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -65,8 +65,9 @@
             <artifactId>camel-core</artifactId>
         </dependency>
         <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>