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 804bc4a commit 33884fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
jacksonModuleKotlinVersion = '2.17.2'
cxfVersion = '3.3.4'
tokenSupportVersion = '4.1.4'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -106,8 +103,7 @@ dependencies {
testImplementation ("org.springframework.kafka:spring-kafka-test:$springKafkaVersion")
testImplementation("org.pac4j:spring-webmvc-pac4j:8.0.0")

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.skyscreamer:jsonassert:1.5.3")
testImplementation("io.mockk:mockk:1.13.13")
Expand Down

0 comments on commit 33884fc

Please sign in to comment.