You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/07/15 13:10:24 UTC

[camel] branch master updated: CAMEL-12627: Use Spring Boot autoconfigure-processor to optimize auto-configurations in all the starter JARs

This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 13ea55a  CAMEL-12627: Use Spring Boot autoconfigure-processor to optimize auto-configurations in all the starter JARs
13ea55a is described below

commit 13ea55a4a885d4dee8e7cb127bedbfd81bd0bd41
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jul 15 09:12:04 2018 +0200

    CAMEL-12627: Use Spring Boot autoconfigure-processor to optimize auto-configurations in all the starter JARs
---
 platforms/spring-boot/components-starter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml
index 761bbad..5b0ee13 100644
--- a/platforms/spring-boot/components-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/pom.xml
@@ -45,6 +45,12 @@
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-autoconfigure-processor</artifactId>
+      <version>${spring-boot-version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-configuration-processor</artifactId>
       <version>${spring-boot-version}</version>
       <scope>provided</scope>