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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 514f341  [CXF-7829] Use Spring Boot autoconfigure-processor to 
optimize auto-configurations
514f341 is described below

commit 514f341958701f973e7a08f4a1791ef698d85242
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Tue Aug 28 12:44:41 2018 +0200

    [CXF-7829] Use Spring Boot autoconfigure-processor to optimize 
auto-configurations
---
 integration/spring-boot/autoconfigure/pom.xml | 5 +++++
 parent/pom.xml                                | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/integration/spring-boot/autoconfigure/pom.xml 
b/integration/spring-boot/autoconfigure/pom.xml
index cb62b78..3a31d64 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -69,6 +69,11 @@
             <artifactId>spring-boot-configuration-processor</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency><!-- CXF-7829 -->
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-autoconfigure-processor</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c6acaa..1b13297 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1942,6 +1942,11 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-autoconfigure-processor</artifactId>
+                <version>${cxf.spring.boot.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-configuration-processor</artifactId>
                 <version>${cxf.spring.boot.version}</version>
             </dependency>

Reply via email to