archieve: homework5 if.jsp

This commit is contained in:
2025-04-21 13:26:58 +08:00
parent 4763732388
commit 3bed589aab
4 changed files with 79 additions and 0 deletions
+10
View File
@@ -24,6 +24,16 @@
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>