diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-28 12:12:17 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-28 12:12:17 +0000 |
commit | 3a2c1dac190b3677c2df0107631b8a900784a888 (patch) | |
tree | d97ff0813d676b121d156351d16b310122ba9865 | |
parent | 9014e40e1a86aeb30eabeebdf8523311adfc47fd (diff) |
Updated scope on the javax.servlet and org.apache.geronimo.specs dependencies as they are needed at compile time on JDK 1.5 and JDK 1.6 and not just at runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/host-webapp/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/modules/host-webapp/pom.xml b/java/sca/modules/host-webapp/pom.xml index de713f91d4..9b5055f2a6 100644 --- a/java/sca/modules/host-webapp/pom.xml +++ b/java/sca/modules/host-webapp/pom.xml @@ -74,14 +74,12 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> - <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jsp_2.1_spec</artifactId> <version>1.0</version> - <scope>runtime</scope> </dependency> </dependencies> |