summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-23 12:55:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-23 12:55:35 +0000
commit15b731055cc43b3c181510fe9f91ba7e27839128 (patch)
treed7603d70bf78d8f1ac3e8fd5b9d566808f8589bc /sca-java-2.x
parente518ee331e3c76884b501d5978608d1d2f9b8d37 (diff)
Revert r1037660 which changed the scope from compile to provided. See TUSCANY-3760
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-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 db8e81c922..ed5bc3c798 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
@@ -62,19 +62,19 @@
<scope>provided</scope>
</dependency>
+ <!-- provided scope doesn't pull in transitive dependencies -->
<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 -->
<dependency>
<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>