Skip to content

Commit

Permalink
Add logback as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Apr 23, 2024
1 parent ac3a940 commit 91a77e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ dependencies {
testImplementation(libs.mockito)
testImplementation(libs.assertj)
testImplementation(libs.commons.lang3)
testImplementation(libs.logback.classic)
}


Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencyResolutionManagement {
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
bundle("jackson", listOf("jackson-core", "jackson-databind"))

library("logback-classic", "ch.qos.logback", "logback-classic" ).version("1.5.6")
library("opus", "club.minnced", "opus-java" ).version("1.1.1")
library("findbugs", "com.google.code.findbugs", "jsr305" ).version("3.0.2")
library("websocket-client", "com.neovisionaries", "nv-websocket-client" ).version("2.14")
Expand Down

0 comments on commit 91a77e3

Please sign in to comment.