summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/core-spi/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-19 06:38:51 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-19 06:38:51 +0000
commite78d25f094fd8179557bc6fd8e448ca3c7c23f12 (patch)
tree550f8579cf3f5adfc73e229b38837c32d3933f3a /branches/sca-equinox/modules/core-spi/pom.xml
parent32c85a74bc5e26a202d0de8ccc0a9de5e5c3c34b (diff)
Made level of servlet-api consistent, 2.5 in all modules. Changed scope from provided to compile in the core modules to make sure that servlet-api gets added to the dependencies at runtime.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/core-spi/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/core-spi/pom.xml b/branches/sca-equinox/modules/core-spi/pom.xml
index 6246686d08..02cb36dc8b 100644
--- a/branches/sca-equinox/modules/core-spi/pom.xml
+++ b/branches/sca-equinox/modules/core-spi/pom.xml
@@ -76,7 +76,6 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>provided</scope>
</dependency>
<dependency>