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 1ee6607 commit c73028e
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 {
cxfVersion = '3.4.2'
jacksonModuleKotlinVersion = '2.17.2'
tokenSupportVersion = '4.1.4'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -98,8 +95,7 @@ dependencies {
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation("no.nav.security:token-validation-spring-test:${tokenSupportVersion}")

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

//mock - test
testImplementation("org.mock-server:mockserver-netty:5.15.0") {
Expand Down

0 comments on commit c73028e

Please sign in to comment.