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 15:57:11 UTC

[cxf] branch master updated: 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 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 f58b24b  Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies
f58b24b is described below

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

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

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 2a9844b..aa43fe7 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>