Author: antelder
Date: Tue Nov 23 12:55:35 2010
New Revision: 1038093

URL: http://svn.apache.org/viewvc?rev=1038093&view=rev
Log:
Revert r1037660 which changed the scope from compile to provided. See 
TUSCANY-3760

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml?rev=1038093&r1=1038092&r2=1038093&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml 
(original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml Tue 
Nov 23 12:55:35 2010
@@ -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>


Reply via email to