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-dependency-plugin.git
commit 038f1e743d15886db165520d986a8b3b1326e843 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Oct 21 08:53:17 2023 -0400 [MDEP-889] declare javax.inject explicitly --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ac09ebc3..88a1bfea 100644 --- a/pom.xml +++ b/pom.xml @@ -267,6 +267,11 @@ under the License. <artifactId>maven-plugin-annotations</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>1</version> + </dependency> <dependency> <groupId>org.eclipse.aether</groupId>