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/27 15:13:20 UTC

[camel-karaf] 02/05: Camel-Kura and blueprint: Use correct coordinates for camel-core-osgi

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 3da2ac76a3cb5349ae6c227d1040925c63b98d7a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 15:57:43 2020 +0100

    Camel-Kura and blueprint: Use correct coordinates for camel-core-osgi
---
 components/camel-blueprint/pom.xml | 3 ++-
 components/camel-kura/pom.xml      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 88973ce..ca6c669 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -52,8 +52,9 @@
             <artifactId>camel-core-xml</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index 6c8060b..fd3184c 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -45,8 +45,9 @@
             <artifactId>camel-support</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>