mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Adjust dependencies to fix JavaDoc build (#4680)
* remove duplicate import * add apiguardian-api, a transitive dependeny of junit, to compile bom to avoid JavaDoc warning Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -423,6 +423,12 @@
|
||||
<version>5.16.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- transitive dependency of junit, required by javadoc in compile bom! -->
|
||||
<dependency>
|
||||
<groupId>org.apiguardian</groupId>
|
||||
<artifactId>apiguardian-api</artifactId>
|
||||
<version>1.1.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -497,12 +497,6 @@
|
||||
<version>2.1.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.inject</groupId>
|
||||
<artifactId>jakarta.inject-api</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.measure</groupId>
|
||||
<artifactId>unit-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user