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
parent
f171ecc19c
commit
0b9a8929f2
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue