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

[camel-karaf] 01/07: Camel-test-blueprint: Use camel-blueprint from camel-karaf

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 0d9492e3bacb123f7b1aed647038323a2c819a40
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 12:55:50 2020 +0100

    Camel-test-blueprint: Use camel-blueprint from camel-karaf
---
 components/camel-test-blueprint/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index 38c35e2..54e4373 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -63,7 +63,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
             <!-- exclude aries blueprint as we add these dependencies explicit -->
             <exclusions>