Update slf4j-compat subsystem dependencies

This commit is contained in:
JeremyStar™ 2024-06-23 12:45:57 +02:00
parent 4ab050bf70
commit f31b083690
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -15,18 +15,6 @@ dependencies {
// SLF4J
implementation 'org.slf4j:slf4j-api:' + project.dependencySlf4j
// -> Testing <-
// Jetbrains Annotations
testCompileOnly 'org.jetbrains:annotations:' + project.dependencyJetbrainsAnnotations
// JUnit
testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJunit)
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// jOOR
testImplementation 'org.jooq:joor:' + project.dependencyJoor
// -> Project <-
implementation project(":base")
}