From 08a06e22b15a18c3be68a27ba0fbff166c49be25 Mon Sep 17 00:00:00 2001 From: PtrMan <robertw89@googlemail.com> Date: Fri, 31 Aug 2018 21:01:22 +0200 Subject: [PATCH] added commons math again --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0be1f01b9..d34bf730c 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,13 @@ <artifactId>core</artifactId> <version>2.2.1</version> </dependency> + + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math3</artifactId> + <version>3.6.1</version> + </dependency> </dependencies> <distributionManagement> -- GitLab