summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-10-29 10:16:10 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-10-29 10:16:10 +0000
commit0753460fe6f9a251678940a60f09b1da2ec85849 (patch)
tree8e9625877e5742d06b0761a4652e6083a9e6546c /sca-java-2.x
parent11688d842e294ead8732181538451170615c9d58 (diff)
Fix POM.XML of implementation-web-runtime to address OSGi problems described in TUSCANY_3760
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
index 7812f07954..774676223f 100644
--- a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
@@ -59,14 +59,14 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
<version>1.0.1</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<!-- provided scope doesn't pull in transitive dependencies -->
@@ -74,7 +74,7 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-el_1.0_spec</artifactId>
<version>1.0.1</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>