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

@@ -15,9 +15,6 @@ group = "com.dfsek.terra.common"
dependencies {
"compileOnly"(project(":common:api"))
"testImplementation"(project(":common:api"))
"compileOnly"("com.google.guava:guava:30.0-jre")
"testImplementation"("com.google.guava:guava:30.0-jre")
}
publishing {