Update to jslt 3.0.1

This commit is contained in:
Paulo Gustavo Veiga
2023-07-31 21:01:33 -07:00
parent 4ebef65728
commit 40afd70780
6 changed files with 22 additions and 18 deletions

View File

@@ -223,7 +223,17 @@
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<!-- JSLT implementation -->
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>