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

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

@ -2,7 +2,10 @@
<artifact type="war" name="Gradle : biz.redsoft.sample : sample-1.1.1.1-SNAPSHOT.war">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<properties id="gradle-properties">
<options external-project-path="$PROJECT_DIR$" />
<options external-project-path="$PROJECT_DIR$">
<buildTaskPath>:war</buildTaskPath>
<cleanTaskPath>:cleanWar</cleanTaskPath>
</options>
</properties>
<root id="archive" name="sample-1.1.1.1-SNAPSHOT.war">
<element id="artifact" artifact-name="Gradle : biz.redsoft.sample : sample-1.1.1.1-SNAPSHOT.war (exploded)" />

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'