This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit 4c3582d3c33fc1302fe132dddf7cede877797c2d Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Jun 14 21:31:17 2023 -0400 remove unused JUnit dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0436869..d463eb6 100644 --- a/pom.xml +++ b/pom.xml @@ -110,12 +110,6 @@ under the License. <version>${mavenVersion}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> - <scope>test</scope> - </dependency> </dependencies> <profiles>
