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 9c0ad387c4a7af50d12af964cfa5bdc90f6551c5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sun Mar 29 17:12:23 2020 +0200

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

diff --git a/examples/camel-example-netty-http/pom.xml 
b/examples/camel-example-netty-http/pom.xml
index 0426f04..efabdbb 100644
--- a/examples/camel-example-netty-http/pom.xml
+++ b/examples/camel-example-netty-http/pom.xml
@@ -56,8 +56,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>

Reply via email to