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

//test
jupiterVersion = '5.11.2'
}

repositories {
Expand Down Expand Up @@ -84,7 +81,7 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")

testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.mock-server:mockserver-netty:5.15.0") {
exclude module: 'junit'
}
Expand Down

0 comments on commit d7a76b2

Please sign in to comment.