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

michaelo pushed a commit to branch backport
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 082ed657f0f0b45a3c2309532e0f79ba086cb0f3
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Fri May 19 19:10:42 2023 +0200

    Remove unused dependency
---
 surefire-report-parser/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 557798086..e99f5cc10 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -41,10 +41,6 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-    </dependency>
   </dependencies>
   <build>
     <plugins>

Reply via email to