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 4617288956 Fixing javadoc build dependencies
4617288956 is described below
commit 461728895638c4d9bb3718d322b8816d32e267c6
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jun 22 21:58:42 2022 -0400
Fixing javadoc build dependencies
---
distribution/javadoc/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 659930519f..5e28339347 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -375,6 +375,16 @@
<artifactId>lucene-core</artifactId>
<version>${cxf.lucene.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.olingo</groupId>
+ <artifactId>olingo-odata2-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>