SEC-2617: Fix JSTL Samples

This commit is contained in:
Rob Winch
2014-06-12 12:01:04 -05:00
parent dd0253048e
commit fb25273672
11 changed files with 30 additions and 9 deletions

View File

@@ -118,6 +118,12 @@
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>