elharo commented on code in PR #48: URL: https://github.com/apache/maven-scm-publish-plugin/pull/48#discussion_r1876488677
########## 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> Review Comment: Oops. surprised that didn't break the build. Do we really allow any string for scope? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org