Skip to content

Commit

Permalink
R - Fjerner unødvendig libs for junit-jupiter
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Oct 17, 2024
1 parent a9bc468 commit c558703
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ buildscript {
ext {
kotlinVersion = '2.0.21'
jacksonModuleKotlinVersion = '2.17.2'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -35,8 +32,8 @@ dependencies {
// Test
testImplementation("org.skyscreamer:jsonassert:1.5.3")
testImplementation("org.springframework:spring-test")
testImplementation(platform("org.junit:junit-bom:$jupiterVersion"))
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("io.mockk:mockk:1.13.13")

// Architecture tests
Expand Down

0 comments on commit c558703

Please sign in to comment.