feat(logging): replace log4j dependency with slf4j and replace imports
This commit is contained in:
@@ -19,11 +19,12 @@ dependencies {
|
||||
// Use JUnit Jupiter for testing.
|
||||
testImplementation(libs.junit.jupiter)
|
||||
testImplementation(libs.mockito)
|
||||
testImplementation(libs.discord4j)
|
||||
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
implementation(libs.log4j)
|
||||
implementation(libs.slf4j)
|
||||
implementation(libs.discord4j) {
|
||||
// exclude(module="discord4j-voice")
|
||||
exclude(module="discord4j-voice")
|
||||
}
|
||||
implementation(libs.geantyref)
|
||||
implementation(project(":lib"))
|
||||
|
||||
Reference in New Issue
Block a user