This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch inject in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/inject by this push: new 7ca06e6 pom 7ca06e6 is described below commit 7ca06e6a340b7a9b25e3801691524702bb297f02 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Dec 8 17:42:10 2024 -0500 pom --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 9b3d7ae..13e91e5 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,12 @@ under the License. <artifactId>maven-scm-api</artifactId> <version>${scmVersion}</version> </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>1</version> + <scope>Provided</scope> + </dependency> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-providers-standard</artifactId>