Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
fix(velocity): fix Velocity build
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Jan 1, 2025
1 parent 924c10c commit 573be0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ dependencies {
annotationProcessor(libs.velocity)

api(project(":nuvotifier-api"))
api(project(":nuvotifier-common"))
api(project(":nuvotifier-common")) {
exclude(group = "org.slf4j", module = "slf4j-api")
}
}

tasks {
Expand All @@ -30,7 +32,6 @@ tasks {
relocate("redis.clients.jedis", "$reloc.redis.clients.jedis")
relocate("org.json", "$reloc.json")
relocate("org.apache.commons.pool2", "$reloc.apache.commons.pool2")
relocate("org.slf4j", "$reloc.slf4j")
relocate("io.netty", "$reloc.netty")
relocate("com.google.gson", "$reloc.gson")

Expand Down

0 comments on commit 573be0f

Please sign in to comment.