Browse Source

Add junit-jupiter-engine

This fixes some of the compatability problems that can happen
with newer versions of junit
Rob Winch 3 tháng trước cách đây
mục cha
commit
222faae1cb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      config/spring-security-config.gradle

+ 1 - 0
config/spring-security-config.gradle

@@ -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)