Skip to content

Commit 222faae

Browse files
committed
Add junit-jupiter-engine
This fixes some of the compatability problems that can happen with newer versions of junit
1 parent cb0fdef commit 222faae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/spring-security-config.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ dependencies {
127127

128128
testRuntimeOnly 'org.hsqldb:hsqldb'
129129
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
130+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
130131
}
131132

132133
def rncToXsd = tasks.named('rncToXsd', RncToXsd)

0 commit comments

Comments
 (0)