File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ dependencies {
43
43
implementation(TmsCommonLib .metrics)
44
44
implementation(TmsCommonLib .observability)
45
45
46
- testImplementation(Junit .api)
46
+ testImplementation(JunitPlatform .launcher)
47
+ testImplementation(JunitJupiter .api)
48
+ testImplementation(JunitJupiter .params)
47
49
testImplementation(Ktor .Serialization .jackson)
48
50
testImplementation(Ktor .Test .clientMock)
49
51
testImplementation(Ktor .Test .serverTestHost)
50
52
testImplementation(TmsKtorTokenSupport .azureValidationMock)
51
53
testImplementation(Kluent .kluent)
52
54
testImplementation(Mockk .mockk)
53
- testImplementation(Junit .params)
54
55
testImplementation(TmsTestUtils .testUtils)
55
56
56
57
testRuntimeOnly(Jjwt .impl)
57
- testRuntimeOnly(Junit .engine)
58
58
}
59
59
60
60
application {
You can’t perform that action at this time.
0 commit comments