Skip to content

Commit 3a5b979

Browse files
committed
Fix Test Classpath for DebugLogger
Issue gh-91
1 parent 8dcdf5e commit 3a5b979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-testjars/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies {
2727
implementation 'org.apache.commons:commons-exec:1.3'
2828
implementation 'org.springframework:spring-test'
2929
implementation 'org.springframework.boot:spring-boot-testcontainers'
30+
testImplementation 'org.springframework.boot:spring-boot-loader'
3031
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3132
testImplementation 'org.springframework:spring-web'
3233
}

0 commit comments

Comments
 (0)