Update JSTL dependencies
This commit is contained in:
parent
df7c74206a
commit
aa3b011479
1 changed files with 13 additions and 8 deletions
21
dependencies/pom.xml
vendored
21
dependencies/pom.xml
vendored
|
@ -220,17 +220,22 @@
|
||||||
<artifactId>antisamy</artifactId>
|
<artifactId>antisamy</artifactId>
|
||||||
<version>1.4.4</version>
|
<version>1.4.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<!-- Used for JSP runtime -->
|
<!-- Used for JSP runtime -->
|
||||||
<groupId>taglibs</groupId>
|
<!-- dependency>
|
||||||
<artifactId>standard</artifactId>
|
<groupId>jstl</groupId>
|
||||||
<version>1.1.2</version>
|
<artifactId>jstl</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.taglibs</groupId>
|
||||||
|
<artifactId>taglibs-standard-spec</artifactId>
|
||||||
|
<version>1.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- Used for JSP runtime -->
|
<groupId>org.apache.taglibs</groupId>
|
||||||
<groupId>javax.servlet.jsp.jstl</groupId>
|
<artifactId>taglibs-standard-impl</artifactId>
|
||||||
<artifactId>jstl-api</artifactId>
|
<version>1.2.1</version>
|
||||||
<version>1.2</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue