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

View File

@@ -18,11 +18,6 @@ dependencies {
"shadedApi"("commons-io:commons-io:2.6")
"compileOnly"("com.google.guava:guava:30.0-jre")
"testImplementation"("com.google.guava:guava:30.0-jre")
}
publishing {