This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7e58725067763ef8e8f251f5ff81e4e82d922107 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Mar 1 14:11:31 2019 +0100 [CAMEL-13276] Remove warnings about annotations when validating karaf features --- platforms/karaf/features/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index e1a815c..e5eb8ef 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -152,6 +152,11 @@ <artifactId>wagon-http-lightweight</artifactId> <version>3.0.0</version> </dependency> + <dependency> + <groupId>biz.aQute.bnd</groupId> + <artifactId>biz.aQute.bndlib</artifactId> + <version>3.5.0</version> + </dependency> </dependencies> </plugin> <plugin>