Commit 958abc7
Depend on junit-jupiter-api instead of -engine
Depending on the full junit-jupiter-engine is incorrect when tests
only use annotations and assertions from junit-jupiter-api.
The test runner (Maven Surefire) brings in the engine automatically.
Declaring it manually only adds unnecessary dependencies.1 parent de7cb69 commit 958abc7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments