diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-07-24 17:31:54 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-07-24 17:31:54 +1000 |
| commit | c459e7d5abd66d7bcf38e151aa2632fcb139f4f5 (patch) | |
| tree | 2f19d20ed0cf9566eb4390f01ebf4d2be7fd6657 /pom.xml | |
| parent | f08b2fa7e6a977a18d6b9f14fb73c18ec73ec5df (diff) | |
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.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -65,6 +65,12 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math3</artifactId> + <version>3.6.1</version> + </dependency> + + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> |
