diff --git a/project.gradle b/project.gradle index b9068ec..3b45d98 100644 --- a/project.gradle +++ b/project.gradle @@ -31,7 +31,6 @@ targetCompatibility = JavaVersion.VERSION_1_6; // defaults to sourceCompatibilit dependencies { implementation(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.7"); implementation(group: "com.github.fge", name: "msg-simple", version: "1.1"); -// compile(group: "com.google.guava", name: "guava", version: "16.0.1"); implementation(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2"); testImplementation(group: "org.testng", name: "testng", version: "7.0.0-beta1") { exclude(group: "junit", module: "junit");