This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch reporting in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit 86e1497f9622fd11e1563a9d5236efddcc4aa81d Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Thu Jun 5 07:42:20 2025 -0400 Declare used dependency on org.apache.maven.reporting:maven-reporting-api:4.0.0 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 47ec8c8..4854233 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,12 @@ under the License. <version>${mavenVersion}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-api</artifactId> + <version>4.0.0</version> + <scope>provided</scope> + </dependency> <!-- pmd --> <dependency>