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 35bbefa2c40f08a7a4fbb8528882c2a28a556736 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Mar 31 12:51:16 2020 +0200 Camel-example-olingo4: Usage of camel-karaf-bom --- examples/camel-example-olingo4-blueprint/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/camel-example-olingo4-blueprint/pom.xml b/examples/camel-example-olingo4-blueprint/pom.xml index c3763f7..55e3a7f 100644 --- a/examples/camel-example-olingo4-blueprint/pom.xml +++ b/examples/camel-example-olingo4-blueprint/pom.xml @@ -47,6 +47,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> @@ -54,7 +62,6 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> - <version>${camel.karaf.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>
