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 2b14b936ec2915e503b075db6015454512a76998 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Mar 31 12:38:40 2020 +0200 Camel-example-netty-http: Usage of camel-karaf-bom --- examples/camel-example-netty-http/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml index efabdbb..6f3daeb 100644 --- a/examples/camel-example-netty-http/pom.xml +++ b/examples/camel-example-netty-http/pom.xml @@ -51,6 +51,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> @@ -58,7 +66,6 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-blueprint</artifactId> - <version>${camel.karaf.version}</version> </dependency> <dependency>
