diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-18 16:06:16 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-18 16:06:16 +0000 |
commit | 50c95209f694feca80f35c9b0957440ddb7aad13 (patch) | |
tree | 5193f2a32f2df6b16cb5de4b8d871b8c4ff4983d /java/sca | |
parent | c5fd4eb548af7ea52c8ee41ea050af847e88665f (diff) |
Change servlet-api scope so it doesn't get included in apps
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/host-webapp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/host-webapp/pom.xml b/java/sca/modules/host-webapp/pom.xml index bcdc2e283b..7db27b458b 100644 --- a/java/sca/modules/host-webapp/pom.xml +++ b/java/sca/modules/host-webapp/pom.xml @@ -74,6 +74,7 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> + <scope>provided</scope> </dependency> </dependencies> |