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 1343bb9 commit 1df9e7e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ buildscript {
springKafkaVersion = '3.2.4'
tokenSupportVersion = '4.1.4'
archUnitVersion = '1.3.0'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -72,9 +69,7 @@ dependencies {

testImplementation("no.nav.security:token-validation-test-support:2.0.5")

testImplementation(platform("org.junit:junit-bom:$jupiterVersion"))
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$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 1df9e7e

Please sign in to comment.