This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 2dfddbf327 chore: remove unused managed dependency (#2570) (#2572)
2dfddbf327 is described below
commit 2dfddbf327511712515ea162c4a0b29ba9a0eee5
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 4 21:43:54 2025 +0200
chore: remove unused managed dependency (#2570) (#2572)
(cherry picked from commit 04357c57e21ba0fa90a3ed029cd753f2232fd0e3)
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2bf2c873da..a85f1bec5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,11 +406,6 @@ under the License.
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${sisuVersion}</version>
</dependency>
- <dependency>
- <groupId>jakarta.inject</groupId>
- <artifactId>jakarta.inject-api</artifactId>
- <version>${jakartaInjectApiVersion}</version>
- </dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>