summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/node-launcher-equinox/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/node-launcher-equinox/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/node-launcher-equinox/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
index 4459ec0038..365e3830bb 100644
--- a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
@@ -34,8 +34,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version> <!-- To be compatible with Jetty 6 -->
- <scope>provided</scope>
+ <version>2.5</version>
</dependency>
<dependency>