From 1759ef7123ac63db3a8f2a1235b1249d8cc6d886 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 8 Jul 2023 11:37:45 -0700 Subject: [PATCH] Try adding maven dependency to fix test issue --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 4332152..cd5ebce 100644 --- a/pom.xml +++ b/pom.xml @@ -187,6 +187,11 @@ 1.5.21 provided + + org.apache.commons + commons-math3 + 3.6.1 +