This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 00315ff Declare javax.inject dependency (#197)
00315ff is described below
commit 00315ff3ed9441af90ccd410097cbe7bae160e92
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Apr 23 16:20:44 2025 +0000
Declare javax.inject dependency (#197)
---
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>