Skip to content

Commit

Permalink
remove guava line from gradle commented out before
Browse files Browse the repository at this point in the history
  • Loading branch information
soberich committed Nov 29, 2018
1 parent 1616221 commit 5812632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5812632

Please sign in to comment.