refactor to junit 5 latest and repoint dependencies

remove all testng references
update annotations
This commit is contained in:
Jonathan Shook
2020-04-01 15:24:29 -05:00
parent d9113ea6f9
commit 3036f971a6
143 changed files with 522 additions and 580 deletions

View File

@@ -34,15 +34,9 @@
<!-- test scope only -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core-java8</artifactId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>