This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch fixes in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 3580f849dc06023dabf230c993a5b0f429d40b1e 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>