summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-2.0-M3/modules/myfaces/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/modules/myfaces/pom.xml b/branches/sca-java-2.0-M3/modules/myfaces/pom.xml
index b9a7f6f4a4..8d846d8f53 100644
--- a/branches/sca-java-2.0-M3/modules/myfaces/pom.xml
+++ b/branches/sca-java-2.0-M3/modules/myfaces/pom.xml
@@ -59,6 +59,13 @@
<dependency>
<groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>