Skip to content

Commit

Permalink
Fix issue: apache/pulsar#23555.
Browse files Browse the repository at this point in the history
- change dependency path, `javax.xxx` -> `jakarta.xxx`
  • Loading branch information
visxu committed Dec 18, 2024
1 parent f366ab6 commit 2127426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 2127426

Please sign in to comment.