Add JSP dependencies
This commit is contained in:
parent
14b1027943
commit
661b1e7c88
1 changed files with 12 additions and 0 deletions
12
dependencies/pom.xml
vendored
12
dependencies/pom.xml
vendored
|
@ -214,6 +214,18 @@
|
||||||
<artifactId>antisamy</artifactId>
|
<artifactId>antisamy</artifactId>
|
||||||
<version>1.4.4</version>
|
<version>1.4.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<!-- Used for JSP runtime -->
|
||||||
|
<groupId>taglibs</groupId>
|
||||||
|
<artifactId>standard</artifactId>
|
||||||
|
<version>1.1.2</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<!-- Used for JSP runtime -->
|
||||||
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
||||||
|
<artifactId>jstl-api</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.vivoweb.dependencies</groupId>
|
<groupId>org.vivoweb.dependencies</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue