mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
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:
parent
ff1d702f5d
commit
ebd82d638e
8
pom.xml
8
pom.xml
@ -337,6 +337,14 @@ Import-Package: \\
|
||||
]]>
|
||||
</bottom>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user