From f31b083690cbf0dc78b29cf91644abf6a0e43207 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 23 Jun 2024 12:45:57 +0200 Subject: [PATCH] Update slf4j-compat subsystem dependencies --- slf4j-compat/build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/slf4j-compat/build.gradle b/slf4j-compat/build.gradle index 03865d20..4c812dc7 100644 --- a/slf4j-compat/build.gradle +++ b/slf4j-compat/build.gradle @@ -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") }