GP-2167: Removing JMockit jar dependency

This commit is contained in:
Ryan Kurtz 2022-06-18 02:52:30 -04:00
parent 78de8e6d49
commit d2883bbb8c
8 changed files with 5 additions and 45 deletions

View file

@ -156,10 +156,8 @@ artifacts {
*/
dependencies {
integrationTestImplementation "org.hamcrest:hamcrest:2.2"
integrationTestImplementation "org.jmockit:jmockit:1.44"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.jmockit:jmockit:1.44"
testImplementation "junit:junit:4.12"
pcodeTestImplementation "junit:junit:4.12"