Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-distribution/src/main/resources/modules/jstl.mod')
-rw-r--r--jetty-distribution/src/main/resources/modules/jstl.mod8
1 files changed, 1 insertions, 7 deletions
diff --git a/jetty-distribution/src/main/resources/modules/jstl.mod b/jetty-distribution/src/main/resources/modules/jstl.mod
index 4694389b99..efc310af6e 100644
--- a/jetty-distribution/src/main/resources/modules/jstl.mod
+++ b/jetty-distribution/src/main/resources/modules/jstl.mod
@@ -4,11 +4,5 @@
[depend]
jsp
-jsp-impl/${jsp-impl}-jstl
+apache-jstl
-[ini-template]
-# JSTL Configuration
-# The glassfish jsp-impl includes JSTL by default and this module
-# is not required to activate it.
-# The apache jsp-impl does not include JSTL by default and this module
-# is required to put JSTL on the container classpath

Back to the top