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 2022/11/29 16:26:39 UTC

[commons-statistics] 01/14: Remove redundant modules from the examples profile

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 ad150010c5253869f327f17a70402eea95c7b241
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Nov 29 12:47:41 2022 +0000

    Remove redundant modules from the examples profile
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56cd2f0..c08a49f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,8 +611,6 @@ This is avoided by creating an empty directory when svn is not available.
     <profile>
       <id>examples</id>
       <modules>
-        <module>commons-statistics-distribution</module>
-        <module>commons-statistics-regression</module>
         <module>commons-statistics-examples</module>
       </modules>
     </profile>