diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-29 10:16:10 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-29 10:16:10 +0000 |
commit | 0753460fe6f9a251678940a60f09b1da2ec85849 (patch) | |
tree | 8e9625877e5742d06b0761a4652e6083a9e6546c | |
parent | 11688d842e294ead8732181538451170615c9d58 (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
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml | 6 |
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> |