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>
pull/4684/head
Holger Friedrich 2025-03-26 08:37:30 +01:00 committed by GitHub
parent f171ecc19c
commit 0b9a8929f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -423,6 +423,12 @@
<version>5.16.0</version> <version>5.16.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </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> </dependencies>
</project> </project>

View File

@ -497,12 +497,6 @@
<version>2.1.1</version> <version>2.1.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>javax.measure</groupId> <groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId> <artifactId>unit-api</artifactId>