Skip to content

Commit

Permalink
Revert of jakarta.annotation-api to javax.annotation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Nov 4, 2024
1 parent 50ff666 commit bbe9dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pulsar-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<!-- this dependency is required by the Pulsar client implementation, it contains javax.annotation.Priority
Pulsar client uses some old Glassfish Jersey implementation -->
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>${pulsar.groupId}</groupId>
Expand Down
6 changes: 3 additions & 3 deletions resource-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<!-- this dependency is required by the Pulsar client implementation, it contains javax.annotation.Priority
Pulsar client uses some old Glassfish Jersey implementation -->
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit bbe9dde

Please sign in to comment.