This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch dep in repository https://gitbox.apache.org/repos/asf/maven-release.git
commit 0d8bad97e892b0027a15a23f1a88b0000a2d0619 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Nov 5 06:14:11 2025 -0500 Declare used dependencies --- maven-release-plugin/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml index d8c850a4..91cf5652 100644 --- a/maven-release-plugin/pom.xml +++ b/maven-release-plugin/pom.xml @@ -38,6 +38,12 @@ </prerequisites> <dependencies> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>1</version> + </dependency> + <dependency> <groupId>org.apache.maven.release</groupId> <artifactId>maven-release-api</artifactId> @@ -80,6 +86,12 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <version>0.9.0.M4</version> + <scope>provided</scope> + </dependency> <!-- verified with ITs --> <dependency>
