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-pmd-plugin.git

commit faf13653a35775bfc7556298794837574715c2a0
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Tue Apr 22 21:41:50 2025 -0400

    Declare javax.inject dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c985a5..ddb9138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,11 @@ under the License.
       <artifactId>slf4j-api</artifactId>
       <version>${slf4jVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+    </dependency>
 
     <!-- doxia -->
     <dependency>

Reply via email to