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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 8da03113 Remove unused javax.annotations dependency (#899)
8da03113 is described below

commit 8da031136d9399b84f3d31afc4ea9dd5d0bca9ee
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jul 6 07:38:01 2025 -0400

    Remove unused javax.annotations dependency (#899)
---
 enforcer-rules/pom.xml | 5 -----
 pom.xml                | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index b37e9190..9d755f7d 100644
--- a/enforcer-rules/pom.xml
+++ b/enforcer-rules/pom.xml
@@ -65,11 +65,6 @@
       <artifactId>javax.inject</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>javax.annotation-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-api</artifactId>
diff --git a/pom.xml b/pom.xml
index f4c31704..e6b58e0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,12 +171,6 @@
         <version>2.5.2</version>
         <scope>provided</scope>
       </dependency>
-      <dependency>
-        <groupId>javax.annotation</groupId>
-        <artifactId>javax.annotation-api</artifactId>
-        <version>1.3.2</version>
-        <scope>provided</scope>
-      </dependency>
       <dependency>
         <groupId>javax.inject</groupId>
         <artifactId>javax.inject</artifactId>

Reply via email to