remove redundant Guava dependency declarations

This commit is contained in:
dfsek
2021-07-23 10:52:15 -07:00
parent e16208bd76
commit 9d540d471d
24 changed files with 0 additions and 78 deletions
@@ -19,10 +19,6 @@ dependencies {
"shadedApi"("com.googlecode.json-simple:json-simple:1.1.1")
"compileOnly"("com.google.guava:guava:30.0-jre")
"testImplementation"("com.google.guava:guava:30.0-jre")
}
publishing {