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 2020/12/07 16:40:22 UTC

[cxf] 01/02: Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies

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

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

commit 1a14a904c9f8af53650860ff94af2ef50f4260ed
Author: reta <dr...@gmail.com>
AuthorDate: Mon Dec 7 10:56:48 2020 -0500

    Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies
    
    (cherry picked from commit f58b24b5a56526ca051fe0b296fef73a982a1b86)
---
 distribution/javadoc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 533d6f6..bd0b7f3 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -533,6 +533,10 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-actuator-autoconfigure</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
         </dependency>
         <dependency>