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/25 13:29:15 UTC

[commons-math] 05/06: Add dependency on "ga" module.

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 994835b663580a0504b638115667b185f5e02490
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Jan 19 05:46:06 2022 +0100

    Add dependency on "ga" module.
---
 commons-math-examples/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index cc1f917..96be12a 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -70,6 +70,12 @@
 
       <dependency>
         <groupId>org.apache.commons</groupId>
+        <artifactId>commons-math4-ga</artifactId>
+        <version>${math.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.commons</groupId>
         <artifactId>commons-math4-legacy</artifactId>
         <version>${math.version}</version>
       </dependency>