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") }