diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 06:38:51 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 06:38:51 +0000 |
commit | e78d25f094fd8179557bc6fd8e448ca3c7c23f12 (patch) | |
tree | 550f8579cf3f5adfc73e229b38837c32d3933f3a /branches/sca-equinox/itest | |
parent | 32c85a74bc5e26a202d0de8ccc0a9de5e5c3c34b (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/itest')
-rw-r--r-- | branches/sca-equinox/itest/large-sdo-ws/pom.xml | 2 | ||||
-rw-r--r-- | branches/sca-equinox/itest/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/itest/large-sdo-ws/pom.xml b/branches/sca-equinox/itest/large-sdo-ws/pom.xml index 7d43c544a9..23ee346ea9 100644 --- a/branches/sca-equinox/itest/large-sdo-ws/pom.xml +++ b/branches/sca-equinox/itest/large-sdo-ws/pom.xml @@ -60,7 +60,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.4</version> <!-- to keep compatible with older servlet containers --> + <version>2.5</version> <scope>test</scope> </dependency> diff --git a/branches/sca-equinox/itest/pom.xml b/branches/sca-equinox/itest/pom.xml index 99346fb0fe..594a0a70e8 100644 --- a/branches/sca-equinox/itest/pom.xml +++ b/branches/sca-equinox/itest/pom.xml @@ -159,7 +159,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> - <version>2.3</version> + <version>2.5</version> <scope>provided</scope> </dependency> </dependencies> |