Skip to content

Commit 0b9a892

Browse files
Adjust dependencies to fix JavaDoc build (openhab#4680)
* remove duplicate import * add apiguardian-api, a transitive dependeny of junit, to compile bom to avoid JavaDoc warning Signed-off-by: Holger Friedrich <[email protected]>
1 parent f171ecc commit 0b9a892

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bom/compile/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@
423423
<version>5.16.0</version>
424424
<scope>compile</scope>
425425
</dependency>
426+
<!-- transitive dependency of junit, required by javadoc in compile bom! -->
427+
<dependency>
428+
<groupId>org.apiguardian</groupId>
429+
<artifactId>apiguardian-api</artifactId>
430+
<version>1.1.2</version>
431+
</dependency>
426432
</dependencies>
427433

428434
</project>

bom/runtime/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,12 +497,6 @@
497497
<version>2.1.1</version>
498498
<scope>compile</scope>
499499
</dependency>
500-
<dependency>
501-
<groupId>jakarta.inject</groupId>
502-
<artifactId>jakarta.inject-api</artifactId>
503-
<version>2.0.1</version>
504-
<scope>compile</scope>
505-
</dependency>
506500
<dependency>
507501
<groupId>javax.measure</groupId>
508502
<artifactId>unit-api</artifactId>

0 commit comments

Comments
 (0)