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

@@ -31,6 +31,12 @@
<version>3.12.73-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; key methods were exposed in the commons math4 statistics library-->
<!-- which allow direct access to cumulative distribution calculations.-->
@@ -50,14 +56,9 @@
<!-- <optional>true</optional>-->
<!-- </dependency>-->
<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>
<!-- TODO: Replace this or bundle internal artifact -->