Добавил зависимость для тестов

This commit is contained in:
2023-04-13 17:36:09 +03:00
parent 62b0f219dd
commit 8f48025073
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,7 @@ repositories {
}
dependencies {
testImplementation 'junit:junit:4.13.1'
provided 'javax.servlet:javax.servlet-api:3.1.0'
testCompile 'org.junit.jupiter:junit-jupiter:5.8.2'