This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 8bdb90611fa653c7d222d9afa6a00afacfadb644 Author: reta <[email protected]> AuthorDate: Mon Dec 7 11:05:34 2020 -0500 Fixing javadoc generation (JDK11), missing Spring Boot Actuator dependencies (cherry picked from commit dca1f9a88bbd11f52cc565f4ae4bc61372ecc53b) (cherry picked from commit f85b3cdb8e89a52581cff2d6df12d8640c3664ec) --- distribution/javadoc/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml index 27c592e..8e19e34 100644 --- a/distribution/javadoc/pom.xml +++ b/distribution/javadoc/pom.xml @@ -419,6 +419,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-actuator-autoconfigure</artifactId> + <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId>
