TomcatStarter добавлен

This commit is contained in:
2024-07-02 18:19:30 +03:00
parent 4f0adb6a17
commit 1e17d4102e
4 changed files with 124 additions and 1 deletions

View File

@ -42,7 +42,8 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.1'
provided 'javax.servlet:javax.servlet-api:3.1.0'
testImplementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.76'
testImplementation 'org.apache.tomcat.embed:tomcat-embed-jasper:9.0.76'
testCompile 'org.junit.jupiter:junit-jupiter:5.8.2'
runtimeClasspath files(ncoreGenerateControlDataJar)
runtimeClasspath files(genJar)