You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2016/05/31 00:36:52 UTC

[02/17] cxf git commit: [CXF-6869] Restoring spring-boot-configuration-processor autoconfigure dependency

[CXF-6869] Restoring spring-boot-configuration-processor autoconfigure dependency


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f195bdd7
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f195bdd7
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f195bdd7

Branch: refs/heads/master-jaxrs-2.1
Commit: f195bdd73d33d0fb60b82599926c96522f478ace
Parents: f5297d5
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri May 27 11:14:31 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri May 27 11:14:31 2016 +0100

----------------------------------------------------------------------
 integration/spring-boot/autoconfigure/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f195bdd7/integration/spring-boot/autoconfigure/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index 1cee20a..942fee8 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -37,6 +37,13 @@
             <artifactId>spring-boot-autoconfigure</artifactId>
         </dependency>
         <!-- Optional -->
+        
+        <!-- Annotation processing -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-configuration-processor</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>