Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Aug 17, 2023
1 parent 4fb9d42 commit 3666355
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ allprojects {
testImplementation platform("org.junit:junit-bom:5.10.0")
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

testImplementation 'ch.qos.logback:logback-classic:1.4.11'
}

tasks.withType(Test).configureEach {
Expand Down
2 changes: 0 additions & 2 deletions sass-embedded-bundled/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ dependencies {

sassEmbedded "sass:dart-sass:$dartSassVersion:windows-ia32@zip"
sassEmbedded "sass:dart-sass:$dartSassVersion:windows-x64@zip"

testImplementation 'ch.qos.logback:logback-classic:1.4.11'
}

tasks.named("processResources") {
Expand Down
2 changes: 0 additions & 2 deletions sass-embedded-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ dependencies {
springSupportApi "org.springframework:spring-core:$spring5Verison"
springWebmvcSupportApi "org.springframework:spring-webmvc:$spring5Verison"

testImplementation 'ch.qos.logback:logback-classic:1.4.11'

testCompileOnly 'org.jetbrains:annotations:24.0.1'

testRuntimeOnly 'org.webjars:bootstrap:5.3.1'
Expand Down

0 comments on commit 3666355

Please sign in to comment.