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 10:00:15 UTC

[camel-karaf] 03/07: Camel-OSGi-Activator: Use correct groupID 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 1b12d6c93913ad0f98a4614f9ce19a009c8cd956
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:14:47 2020 +0100

    Camel-OSGi-Activator: Use correct groupID for camel-core-osgi
---
 components/camel-osgi-activator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index e2c173d..ae2fcc4 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -53,7 +53,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
         </dependency>
         <dependency>