Skip to content

Commit

Permalink
Drop caffeine-guava adapter (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus committed Nov 12, 2023
1 parent ae6669f commit 4ad16aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ dependencies {
exclude(group= "org.checkerframework", module = "checker-qual")
exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
implementation("com.github.ben-manes.caffeine:guava:$caffeineVersion") {
exclude(group = "com.google.guava", module = "guava")
exclude(group= "org.checkerframework", module = "checker-qual")
exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}

// Plugin spi, includes plugin-meta
api("org.spongepowered:plugin-spi:$pluginSpiVersion")
Expand Down

0 comments on commit 4ad16aa

Please sign in to comment.