Fixed sample test class and build configuration

This commit is contained in:
2023-04-13 21:03:31 +03:00
parent 43bce7ea55
commit 2481138e00
2 changed files with 3 additions and 5 deletions

View File

@ -38,8 +38,6 @@ 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'