Skip to content

Commit

Permalink
Replace javax.annotations:javax-annotations-api with jakarta.annotati…
Browse files Browse the repository at this point in the history
…ons:jakarta-annotations-api
  • Loading branch information
lhotari committed Nov 28, 2024
1 parent 31afaf7 commit 011ae68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<caffeine.version>3.1.4</caffeine.version>
<grpc-test.version>1.2.2</grpc-test.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
<zah.version>0.16</zah.version>
</properties>

Expand Down Expand Up @@ -69,9 +69,9 @@
<artifactId>opentelemetry-api</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation.version}</version>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${jakarta.annotation.version}</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
Expand Down
8 changes: 8 additions & 0 deletions pulsar-metadatastore-oxia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -98,6 +102,10 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 011ae68

Please sign in to comment.