This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 8f62fc0468c0737b8c3f5f63b82aae0fdbb909dc Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 29 09:56:29 2025 -0400 Remove unused javax.annotations dependency --- 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 b37e919..9d755f7 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 f4c3170..e6b58e0 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>
