You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/06/29 14:39:02 UTC

[commons-statistics] 03/06: Remove unused dependencies

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 a39c624c5b1342e1d619e6f682abea22b61e2bd7
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Jun 29 15:25:43 2020 +0100

    Remove unused dependencies
---
 commons-statistics-regression/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/commons-statistics-regression/pom.xml b/commons-statistics-regression/pom.xml
index 38792b3..ed321e6 100644
--- a/commons-statistics-regression/pom.xml
+++ b/commons-statistics-regression/pom.xml
@@ -43,37 +43,11 @@
 
   <dependencies>
 
-<!--    <dependency>-->
-<!--      <groupId>org.apache.commons</groupId>-->
-<!--      <artifactId>commons-rng-client-api</artifactId>-->
-<!--    </dependency>-->
-
-<!--    <dependency>-->
-<!--      <groupId>org.apache.commons</groupId>-->
-<!--      <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>-->
-<!--    </dependency>-->
-
-<!--    <dependency>-->
-<!--      <groupId>org.apache.commons</groupId>-->
-<!--      <artifactId>commons-numbers-gamma</artifactId>-->
-<!--    </dependency>-->
-
-<!--    <dependency>-->
-<!--      <groupId>org.apache.commons</groupId>-->
-<!--      <artifactId>commons-rng-simple</artifactId>-->
-<!--      <scope>test</scope>-->
-<!--    </dependency>-->
-
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>