From 43eb14ebbe9fbe8b83790a9731ddf908c7405bd9 Mon Sep 17 00:00:00 2001 From: dyrpsf Date: Tue, 6 Jan 2026 06:42:58 +0530 Subject: [PATCH] Add Commons Math 3 dependency alongside Commons Math 2.x (#92) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index a1b53c06..ff79a7d7 100644 --- a/pom.xml +++ b/pom.xml @@ -462,6 +462,11 @@ commons-math 2.2 + + org.apache.commons + commons-math3 + 3.6.1 + org.apache.commons commons-lang3