This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6794d73af RATIS-2484. Remove unused jakarta.annotation-api (#1416)
6794d73af is described below

commit 6794d73af30a1ee1897c038027bec05f5e6d971d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Mar 31 21:22:31 2026 +0200

    RATIS-2484. Remove unused jakarta.annotation-api (#1416)
---
 pom.xml             | 6 ------
 ratis-proto/pom.xml | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index a893aacd7..6574d460c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,6 @@
     <junit-bom.version>5.14.3</junit-bom.version>
     <mockito.version>4.11.0</mockito.version>
     <jacoco.version>0.8.14</jacoco.version>
-    <jakarta.annotation.version>1.3.5</jakarta.annotation.version>
     <flaky-test-groups>flaky | 
org.apache.ratis.test.tag.FlakyTest</flaky-test-groups>
   </properties>
 
@@ -388,11 +387,6 @@
         <artifactId>mockito-core</artifactId>
         <version>${mockito.version}</version>
       </dependency>
-      <dependency>
-        <groupId>jakarta.annotation</groupId>
-        <artifactId>jakarta.annotation-api</artifactId>
-        <version>${jakarta.annotation.version}</version>
-      </dependency>
 
       <!-- OpenTelemetry dependencies -->
       <dependency>
diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml
index 95a49dcd7..322bf5677 100644
--- a/ratis-proto/pom.xml
+++ b/ratis-proto/pom.xml
@@ -170,10 +170,6 @@
       <groupId>org.apache.ratis</groupId>
       <artifactId>ratis-thirdparty-misc</artifactId>
     </dependency>
-    <dependency>
-      <groupId>jakarta.annotation</groupId>
-      <artifactId>jakarta.annotation-api</artifactId>
-    </dependency>
     <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>

Reply via email to