This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch add-missing-dep
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit affa7beadb96e934ce1fe0124d0cc7eb3d16f245
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Jun 1 22:40:16 2024 +0200

    Add missing dependency
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8e7194e..0526940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,6 +205,12 @@ under the License.
       <artifactId>maven-plugin-annotations</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+      <scope>provided</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

Reply via email to