From ac712f9f17c754f24927beb12c04d2e85c7768e8 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 12 Jun 2014 15:07:25 -0500 Subject: [PATCH] SEC-2617: Add JSTL to sample poms --- samples/insecure/pom.xml | 6 ++++++ samples/openid-xml/pom.xml | 6 ++++++ samples/servletapi-xml/pom.xml | 6 ++++++ samples/tutorial-xml/pom.xml | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index e82a3f9cc6..3bf3b5affc 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -63,6 +63,12 @@ 1.2.1 compile + + org.apache.taglibs + taglibs-standard-jstlel + 1.2.1 + compile + org.slf4j jcl-over-slf4j diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 5c728b7824..a26f5ec18b 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -106,6 +106,12 @@ 1.2.1 runtime + + org.apache.taglibs + taglibs-standard-jstlel + 1.2.1 + runtime + org.slf4j jcl-over-slf4j diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 70252e3871..8cbdec094c 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -130,6 +130,12 @@ 0.9.29 runtime + + org.apache.taglibs + taglibs-standard-jstlel + 1.2.1 + runtime + org.slf4j jcl-over-slf4j diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index 4335f11ac3..6c84268a96 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -130,6 +130,12 @@ 1.2.1 runtime + + org.apache.taglibs + taglibs-standard-jstlel + 1.2.1 + runtime + org.slf4j jcl-over-slf4j