note for test dependencies only
This commit is contained in:
parent
1e61733ae5
commit
3eebd674ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ dependencyResolutionManagement {
|
|||
version('gradle', '7.5.1')
|
||||
version('groovy', '3.0.10')
|
||||
version('junit', '5.9.1')
|
||||
// all dependencies are test dependencies only
|
||||
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
||||
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
||||
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
||||
|
|
Loading…
Reference in a new issue