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

@@ -109,16 +109,7 @@
<!-- test scope only -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>