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 71bd234 Fixing javadoc build
71bd234 is described below
commit 71bd234b42e1ad2a194b62c8ecbf1b820e4451e3
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 13 15:24:54 2021 -0500
Fixing javadoc build
---
distribution/javadoc/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index b5291e8..9c5cb76 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -178,6 +178,10 @@
<artifactId>async-http-client</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ </dependency>
+ <dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>