summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-http
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-20 14:37:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-20 14:37:42 +0000
commit720c10bb83146e8123098efc1fe60565934b62a4 (patch)
tree8c3a08b7ed2d2d61e2cec5ca7960c6430fa6f049 /java/sca/modules/host-http
parent9b43d7d25e104856116fbee230b93fdde8bc1672 (diff)
Make dependency provided so its not brought in unless needed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-http')
-rw-r--r--java/sca/modules/host-http/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/host-http/pom.xml b/java/sca/modules/host-http/pom.xml
index 772ec6f67d..cc725d24d5 100644
--- a/java/sca/modules/host-http/pom.xml
+++ b/java/sca/modules/host-http/pom.xml
@@ -39,6 +39,7 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
+ <scope>provided</scope>
</dependency>
</dependencies>