From ebd82d638ef95b4ead24a70928ddefd15f7d23f1 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 12 May 2021 22:07:25 +0200 Subject: [PATCH] Fix JavaDoc build by upgrading plexus-java dependency (#2359) This fixes the issue that the tech.units.indriya packages cannot be resolved in the JavaDoc build. Signed-off-by: Wouter Born --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index c01dd3899..90a0f6f30 100644 --- a/pom.xml +++ b/pom.xml @@ -337,6 +337,14 @@ Import-Package: \\ ]]> + + + + org.codehaus.plexus + plexus-java + 1.0.7 + +