Update slf4j-compat subsystem dependencies
This commit is contained in:
parent
4ab050bf70
commit
f31b083690
1 changed files with 0 additions and 12 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue