This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit 8dbd4933339a80bcdd13d6aba09dd267f0ff6a55 Author: Alex Herbert <[email protected]> AuthorDate: Fri Jun 14 21:36:41 2019 +0100 STATISTICS-19: Remove JUnit 4 dependencies. --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8d1d574..87476db 100644 --- a/pom.xml +++ b/pom.xml @@ -186,16 +186,6 @@ <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-runner</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>
