You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/23 07:01:33 UTC

[camel] branch master updated: CAMEL-13103 - camel-consul-starter - Some weird compile error now

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 <an...@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>