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

@@ -19,9 +19,5 @@ dependencies {
"shadedApi"("com.dfsek.tectonic:yaml:2.1.2")
"shadedApi"("net.jafama:jafama:2.3.2")
"compileOnly"("com.google.guava:guava:30.0-jre")
"testImplementation"("com.google.guava:guava:30.0-jre")
}