summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee/pom.xml
diff options
context:
space:
mode:
authorvamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-04-01 13:55:49 +0000
committervamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-04-01 13:55:49 +0000
commit39498b42068075878199f25292899931c120d768 (patch)
tree4f34d0460065e1f97dca44976b7c2329be48ca5c /branches/sca-java-1.x/itest/contribution-jee/pom.xml
parented3a1071ac2b2deffbd5dd553af902115f305a96 (diff)
Added the missing JSP spec dependency.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/contribution-jee/pom.xml')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee/pom.xml b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
index 576307dad8..b8e0db8a04 100644
--- a/branches/sca-java-1.x/itest/contribution-jee/pom.xml
+++ b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
@@ -89,5 +89,10 @@
<artifactId>myfaces-impl</artifactId>
<version>1.2.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jsp_2.1_spec</artifactId>
+ <version>1.0.1</version>
+ </dependency>
</dependencies>
</project>