added runtime JSTL to help eclipse warnings

This commit is contained in:
Brian Long 2023-01-30 11:27:45 -05:00
parent d67f1ff3e1
commit 10ac179189

@ -35,6 +35,12 @@
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>