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 ad3630906c0773a3c8401678789c6c048a3cd8d8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 31 12:36:30 2020 +0200 Camel-fhir-osgi: Usage of camel-karaf-bom --- examples/camel-example-fhir-osgi/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/camel-example-fhir-osgi/pom.xml b/examples/camel-example-fhir-osgi/pom.xml index 1dea0ea..d574c06 100644 --- a/examples/camel-example-fhir-osgi/pom.xml +++ b/examples/camel-example-fhir-osgi/pom.xml @@ -46,6 +46,14 @@ <type>pom</type> <scope>import</scope> </dependency> + <!-- Add Camel Karaf BOM --> + <dependency> + <groupId>org.apache.camel.karaf</groupId> + <artifactId>camel-karaf-bom</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement> @@ -64,7 +72,6 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> - <version>${camel.karaf.version}</version> </dependency> <dependency>