Remove explicit dependency on annotations api. (#1403)

Closes #1400.
This commit is contained in:
Michael Reiche
2022-04-20 09:30:11 -07:00
committed by GitHub
parent 9347a5097a
commit 316e665fc1

View File

@@ -167,14 +167,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax-annotation-api}</version>
</dependency>
<!-- -addmods java.annotations.common -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>