This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
commit f7fd4a847be8d17bf813b9b77dbf135d1aaed9d6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 10 15:47:25 2023 -0500 Drop explicit POM reference to JUnit Vintage API --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index d091303..e7c4477 100644 --- a/pom.xml +++ b/pom.xml @@ -252,11 +252,6 @@ <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId>