consolidate testing dependencies and clean up poms

This commit is contained in:
Jonathan Shook
2020-08-11 23:59:53 -05:00
parent 7a2dfeffe7
commit c3cdcd6479
27 changed files with 59 additions and 447 deletions

View File

@@ -38,22 +38,17 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>com.elega9t</groupId>
<artifactId>number-to-words</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>