1
0
mirror of synced 2026-08-05 17:57:15 +00:00

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
+1 -1
View File
@@ -7,7 +7,7 @@ dependencies {
compile project(":spring-security-config"),
project(":spring-security-web"),
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
jstlDependencies,
"org.slf4j:jcl-over-slf4j:$slf4jVersion"
runtime "ch.qos.logback:logback-classic:$logbackVersion"
+6
View File
@@ -63,6 +63,12 @@
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>