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 9c197092cfb7c6a33e46f360eb087f6a83146b2b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 31 12:52:56 2020 +0200 Camel-example-sql-blueprint: Usage of camel-karaf-bom --- examples/camel-example-sql-blueprint/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml index 87c2625..a101f42 100644 --- a/examples/camel-example-sql-blueprint/pom.xml +++ b/examples/camel-example-sql-blueprint/pom.xml @@ -52,6 +52,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>${camel.karaf.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement> @@ -61,7 +69,6 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> - <version>${camel.karaf.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>