Skip to content

Commit

Permalink
remove junit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 5, 2019
1 parent ac526de commit 9f8ad5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ dependencies {
exclude module: "log4j-core"
}

testCompile 'junit:junit:4.12'
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2'
testCompile 'org.junit.platform:junit-platform-launcher:1.5.2'
Expand Down
4 changes: 0 additions & 4 deletions src/test/java/module-info.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
--add-modules
// Make junit4 module visible (only required for last remaining parameterized tests)
junit

--add-modules
// Add junit5 module dependency
org.junit.jupiter.api
Expand Down

0 comments on commit 9f8ad5a

Please sign in to comment.