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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 985307f  Fixing javadoc build
985307f is described below

commit 985307ff0badeb0b1b5845c27b4c07e690f300f5
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 13 15:24:54 2021 -0500

    Fixing javadoc build
    
    (cherry picked from commit 71bd234b42e1ad2a194b62c8ecbf1b820e4451e3)
---
 distribution/javadoc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index f9666e0..69a0fdf 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -183,6 +183,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>

Reply via email to