summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-11 11:03:24 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-11 11:03:24 +0000
commit0a2fd14fdb8f997890125a4b0511762d28558537 (patch)
treebd88263ff7bdc20c2f6862abe125d4463204133d /sca-java-2.x/trunk
parent1fd5bdf974f480d32874c6c5840ad8f7a348545a (diff)
Change back to provided scope so the servlet APIs aren't draged in everywhere
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
index 774676223f..7812f07954 100644
--- a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
@@ -59,14 +59,14 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
<version>1.0.1</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<!-- provided scope doesn't pull in transitive dependencies -->
@@ -74,7 +74,7 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-el_1.0_spec</artifactId>
<version>1.0.1</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>