summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/host-webapp/pom.xml')
-rw-r--r--java/sca/modules/host-webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/host-webapp/pom.xml b/java/sca/modules/host-webapp/pom.xml
index df3794a6bb..de713f91d4 100644
--- a/java/sca/modules/host-webapp/pom.xml
+++ b/java/sca/modules/host-webapp/pom.xml
@@ -74,14 +74,14 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
<version>1.0</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
</dependencies>