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.git
The following commit(s) were added to refs/heads/master by this push: new 2596b18 CAMEL-13103 - camel-consul-starter - Some weird compile error now 2596b18 is described below commit 2596b188a6351cecf39bcf09ebb8626cab473055 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 23 08:00:59 2019 +0100 CAMEL-13103 - camel-consul-starter - Some weird compile error now --- .../spring-boot/components-starter/camel-consul-starter/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platforms/spring-boot/components-starter/camel-consul-starter/pom.xml b/platforms/spring-boot/components-starter/camel-consul-starter/pom.xml index 21382bf..16bc835 100644 --- a/platforms/spring-boot/components-starter/camel-consul-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-consul-starter/pom.xml @@ -39,6 +39,12 @@ <artifactId>camel-consul</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>spi-annotations</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> <!-- testing --> <dependency> <groupId>org.apache.camel</groupId>