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

@@ -23,10 +23,6 @@ dependencies {
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.0")
"compileOnly"("com.google.guava:guava:30.0-jre")
"testImplementation"("com.google.guava:guava:30.0-jre")
}
publishing {