refactoring complete and integration passing

This commit is contained in:
Jonathan Shook
2020-04-01 22:56:51 -05:00
714 changed files with 2455 additions and 2482 deletions

View File

@@ -26,14 +26,14 @@
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core-java8</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>