diff options
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> |