From 6afc8c3e0474422652841edcdd62033842214edd Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 19 Jul 2024 13:55:59 +0200 Subject: [PATCH] Fix javadoc generation issue (#31441) Signed-off-by: stianst --- distribution/api-docs-dist/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distribution/api-docs-dist/pom.xml b/distribution/api-docs-dist/pom.xml index caa44c2246..9eb7393be9 100755 --- a/distribution/api-docs-dist/pom.xml +++ b/distribution/api-docs-dist/pom.xml @@ -67,6 +67,10 @@ com.google.guava guava + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 +