summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M3/modules/myfaces
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 16:04:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 16:04:50 +0000
commitacb4c0f43ac6e93dcdde461738be8f05c80b4121 (patch)
tree45c0c3aa06831458ad17553c1c8f2c4b772c8e1c /branches/sca-java-2.0-M3/modules/myfaces
parent59417f35cef053f8df5410afb1ff6a4fdb8cf3e2 (diff)
Merge jstl dependency addition from 1.x to 2.0 M3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M3/modules/myfaces')
-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>