This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch junit in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
commit 19500ac08b1cf3f736ed7d73d20aed8ccb152938 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Dec 8 17:57:30 2024 -0500 Remove unused JUnit dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9b3d7ae..9a07ce9 100644 --- a/pom.xml +++ b/pom.xml @@ -158,12 +158,6 @@ under the License. <version>${scmVersion}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.13.2</version> - <scope>test</scope> - </dependency> </dependencies> <profiles>