From 7fc0b0758f779f9b628297ce167892b6f0451ed5 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 22 Mar 2011 21:40:35 +0000 Subject: Exclude the servlet/jsp/el jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084360 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-spring-webapp/pom.xml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'sandbox/rfeng') diff --git a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml index 7b2e7a4674..6cce33b527 100644 --- a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml +++ b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml @@ -67,6 +67,13 @@ sample-implementation-spring-helloworld-contribution 2.0-SNAPSHOT + + + javax.servlet + jstl + 1.2 + runtime + junit @@ -80,6 +87,27 @@ 1.6.1 test + + + + org.apache.geronimo.specs + geronimo-servlet_2.5_spec + 1.2 + jar + provided + + + org.apache.geronimo.specs + geronimo-jsp_2.1_spec + 1.0.1 + provided + + + org.apache.geronimo.specs + geronimo-el_1.0_spec + 1.0.2 + provided + -- cgit v1.2.3