Skip to content

Commit

Permalink
chore(deps): removed manually caffeine declaration
Browse files Browse the repository at this point in the history
It's already included in Velocity API since PaperMC/Velocity#972
  • Loading branch information
4drian3d committed Mar 12, 2023
1 parent 17923fa commit 8e3ab58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Expand Up @@ -19,7 +19,6 @@ dependencies {
implementation(libs.libby)
compileOnly(libs.configurate)
compileOnly(libs.miniplaceholders)
compileOnly(libs.caffeine)

libs.velocity.run {
compileOnly(this)
Expand All @@ -32,7 +31,6 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assetrj)
testImplementation(libs.slf4j)
testImplementation(libs.caffeine)
testImplementation(libs.bstats)
testImplementation(libs.mockito)
}
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Expand Up @@ -41,9 +41,6 @@ slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
assetrj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
mockito = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }

# Velocity dependencies included in classpath but not in API
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }

[plugins]

blossom = { id = "net.kyori.blossom", version.ref = "blossom" }
Expand Down

0 comments on commit 8e3ab58

Please sign in to comment.