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 96fc13d  Declare used dependency on 
org.apache.maven.reporting:maven-reporting… (#215)
96fc13d is described below

commit 96fc13d2002d809caee3cf24af1699a965758caa
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Fri Jun 6 10:20:18 2025 +0000

    Declare used dependency on org.apache.maven.reporting:maven-reporting… 
(#215)
    
    * Declare used dependency on 
org.apache.maven.reporting:maven-reporting-api:4.0.0
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5019701..e457053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,11 @@ under the License.
     </dependency>
 
     <!-- shared -->
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>4.0.0</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>

Reply via email to