Skip to content

Commit

Permalink
Use 'junit-jupiter' aggregator module (JabRef#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Feb 8, 2019
1 parent c30896f commit 891a93b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ dependencies {
compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.3.0'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.4.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0'
testCompile 'org.junit.platform:junit-platform-launcher:1.4.0'

Expand Down

0 comments on commit 891a93b

Please sign in to comment.