summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-sca-axis2
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/binding-sca-axis2
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 'branches/sca-equinox/modules/binding-sca-axis2')
-rw-r--r--branches/sca-equinox/modules/binding-sca-axis2/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-sca-axis2/pom.xml b/branches/sca-equinox/modules/binding-sca-axis2/pom.xml
index 2314c139c8..9f4fbc6c9e 100644
--- a/branches/sca-equinox/modules/binding-sca-axis2/pom.xml
+++ b/branches/sca-equinox/modules/binding-sca-axis2/pom.xml
@@ -47,8 +47,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.4</version> <!-- to keep compatible with older servlet containers -->
- <scope>provided</scope>
+ <version>2.5</version>
</dependency>
<dependency>