This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 853cc6892d88345652276fd6778bf95b59d0f5f6 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed May 31 00:23:54 2023 +0000 Remove old junittoolbox dependency no longer used --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6ef63c91d..ba56036bc 100644 --- a/pom.xml +++ b/pom.xml @@ -325,11 +325,6 @@ <version>${jacocoVersion}</version> <classifier>runtime</classifier> </dependency> - <dependency> - <groupId>com.googlecode.junit-toolbox</groupId> - <artifactId>junit-toolbox</artifactId> - <version>2.4</version> - </dependency> </dependencies> </dependencyManagement> <dependencies>
