diff --git a/build.gradle b/build.gradle index 0efa2c3f..c295235c 100644 --- a/build.gradle +++ b/build.gradle @@ -104,6 +104,7 @@ dependencies { /*compile "com.sandflow:regxmllib:${revRegXMLSNAPSHOT}"*/ testImplementation "org.mockito:mockito-core:3.3+" testImplementation "org.testng:testng:7.5+" + testImplementation "org.slf4j:slf4j-simple:latest.release" } test {