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 9da6751 commit 80ec2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {

implementation("io.micrometer:micrometer-registry-prometheus:1.13.5")

testImplementation(platform("org.junit:junit-bom:$jupiterVersion"))
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.springframework:spring-test")
testImplementation("io.mockk:mockk:1.13.13")
}

0 comments on commit 80ec2e1

Please sign in to comment.