Browse Source

Add junit-jupiter-engine

This fixes some of the compatability problems that can happen
with newer versions of junit
pull/14139/head
Rob Winch 8 months ago
parent
commit
222faae1cb
No known key found for this signature in database
  1. 1
      config/spring-security-config.gradle

1
config/spring-security-config.gradle

@ -127,6 +127,7 @@ dependencies { @@ -127,6 +127,7 @@ dependencies {
testRuntimeOnly 'org.hsqldb:hsqldb'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
def rncToXsd = tasks.named('rncToXsd', RncToXsd)

Loading…
Cancel
Save