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

@ -43,9 +43,7 @@ dependencies {
runtimeOnly "msv:relaxngDatatype:20050913"
api "msv:isorelax:20050913"
testImplementation "org.jmockit:jmockit:1.44"
// Must specify the specific antlr implementation to use or it will default to trying to find
// version 2.7.7 (which we don't have)
antlr "org.antlr:antlr:3.5.2"