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/29 15:17:46 UTC

[camel-examples] 01/06: Camel-Fhir-osgi example: Moved to new groupId for camel-blueprint

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 6f6aa2d9ffa0e9f325884d1c62aeefeddd97a0de
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:11:18 2020 +0200

    Camel-Fhir-osgi example: Moved to new groupId for camel-blueprint
---
 examples/camel-example-fhir-osgi/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-fhir-osgi/pom.xml b/examples/camel-example-fhir-osgi/pom.xml
index c475be1..1dea0ea 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -62,8 +62,9 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
 
         <dependency>