You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/19 04:47:10 UTC

[commons-math] 04/09: Move GA module declaration to ensure that there are no dependencies on legacy codes.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch feature__MATH-1563__genetic_algorithm
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit b79fc9ec7ea46c5ba76691e4cfc67b612209798f
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Jan 2 23:54:11 2022 +0100

    Move GA module declaration to ensure that there are no dependencies on legacy codes.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa534d9..42c6cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,6 @@
     <!-- 4. Modules that depend on "legacy" codes. -->
     <module>commons-math-examples</module>
 
-    <module>commons-math-ga</module>
   </modules>
 
   <scm>