Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
[WFLY-18358] Include the jakarta.annotation:jakarta.annotation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Aug 15, 2023
1 parent aada3c0 commit 459a743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
<artifactId>opentelemetry-api</artifactId>
</dependency>
<!-- include jakarta specs APIs -->
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down

0 comments on commit 459a743

Please sign in to comment.