diff --git a/java_tools/dependencies.gradle b/java_tools/dependencies.gradle index eea6041a57..3ef346e3cc 100644 --- a/java_tools/dependencies.gradle +++ b/java_tools/dependencies.gradle @@ -5,6 +5,7 @@ ext { jsr305 : "com.google.code.findbugs:jsr305:3.0.2", antlr : "org.antlr:antlr4:4.9.3", // use ANTLR version 4 json : "com.googlecode.json-simple:json-simple:1.1.1", + mockito : "org.mockito:mockito-all:1.10.19", ] ts_plugin_libs = [ diff --git a/java_tools/ts_plugin/build.gradle b/java_tools/ts_plugin/build.gradle index 4f650a435b..dee6ac3d96 100644 --- a/java_tools/ts_plugin/build.gradle +++ b/java_tools/ts_plugin/build.gradle @@ -11,7 +11,7 @@ dependencies { api project(':ecu_io') api project(':inifile') api project(':ts_plugin_launcher') - testImplementation libs.mockito + testImplementation global_libs.mockito testImplementation testFixtures( project(':ecu_io')) implementation files('../ts_plugin_launcher/lib/TunerStudioPluginAPI.jar') } \ No newline at end of file