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

deki pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 46a9cabf8742f00bc3221e63257dfe51050270c4
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
    
    (cherry picked from commit 514f341958701f973e7a08f4a1791ef698d85242)
---
 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 fc5e5e5..4552a0b 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 a0768b9..48bf541 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1972,6 +1972,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