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 5da629da2073fdeb6518e55df12d3949fc5ffccb Author: aherbert <aherb...@apache.org> AuthorDate: Mon Oct 3 12:09:59 2022 +0100 Remove dependency on commons-rng-core module The statistics API requires the commons-rng-client-api. The implementation requires commons-rng-sampling. The commons-rng-core module is not required. The dependency is imported transiently for testing using commons-rng-simple. --- commons-statistics-distribution/pom.xml | 5 ----- commons-statistics-regression/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/commons-statistics-distribution/pom.xml b/commons-statistics-distribution/pom.xml index 03ba681..e496b1c 100644 --- a/commons-statistics-distribution/pom.xml +++ b/commons-statistics-distribution/pom.xml @@ -53,11 +53,6 @@ <artifactId>commons-rng-sampling</artifactId> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-numbers-core</artifactId> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-combinatorics</artifactId> diff --git a/commons-statistics-regression/pom.xml b/commons-statistics-regression/pom.xml index ed321e6..0f616a6 100644 --- a/commons-statistics-regression/pom.xml +++ b/commons-statistics-regression/pom.xml @@ -43,11 +43,6 @@ <dependencies> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-numbers-core</artifactId> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId>