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 <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-05-12 22:07:25 +02:00 committed by GitHub
parent ff1d702f5d
commit ebd82d638e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,6 +337,14 @@ Import-Package: \\
]]> ]]>
</bottom> </bottom>
</configuration> </configuration>
<dependencies>
<!-- This newer version fixes issues with resolving tech.units:indriya packages -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
<version>1.0.7</version>
</dependency>
</dependencies>
</plugin> </plugin>
<plugin> <plugin>