Skip to content

Commit

Permalink
Remove dependency for JUnit4 (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and tobiasdiez committed Dec 26, 2017
1 parent d29a4ca commit 7895ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ dependencies {
compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.9'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.9'

testCompile 'junit:junit:4.12'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.1.0-M1'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.1.0-M1'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.1.0-M1'
Expand Down

0 comments on commit 7895ae0

Please sign in to comment.