From c459e7d5abd66d7bcf38e151aa2632fcb139f4f5 Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Wed, 24 Jul 2024 17:31:54 +1000 Subject: Use Apache Commons Math for calculations and implement service tests Implement TestResultService tests and supporting entity builders. Switch to Apache Commons Math library for descriptive statistics. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0281f72..55b3297 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,12 @@ spring-boot-starter-data-jpa + + org.apache.commons + commons-math3 + 3.6.1 + + com.h2database h2 -- cgit v1.2.3