Add JSTL to JSP sample

This commit is contained in:
Dave Syer
2013-11-26 08:15:40 +00:00
parent f4f668a52b
commit 3f1cfbf241
5 changed files with 26 additions and 12 deletions

View File

@@ -22,6 +22,10 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
</dependencies>
<build>
<plugins>