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/24 14:05:08 UTC

[camel-karaf] 05/07: Camel-CXF-Blueprint: Use the camel-blueprint with the correct 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-karaf.git

commit 29e61e86fe2da413fd8a82c2bf3c66223ada3bb0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 13:43:04 2020 +0100

    Camel-CXF-Blueprint: Use the camel-blueprint with the correct groupId
---
 components/camel-cxf-blueprint/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cxf-blueprint/pom.xml b/components/camel-cxf-blueprint/pom.xml
index ecd2499..5770ddd 100644
--- a/components/camel-cxf-blueprint/pom.xml
+++ b/components/camel-cxf-blueprint/pom.xml
@@ -47,7 +47,7 @@
 
         <!-- OSGi, Blueprint -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
             <scope>provided</scope>
             <optional>true</optional>