You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/05/25 14:46:18 UTC

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

Author: slaws
Date: Wed May 25 12:46:18 2011
New Revision: 1127500

URL: http://svn.apache.org/viewvc?rev=1127500&view=rev
Log:
move comment up to right place

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=1127500&r1=1127499&r2=1127500&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 Wed May 25 12:46:18 2011
@@ -55,6 +55,7 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- provided scope doesn't pull in transitive dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
@@ -62,7 +63,6 @@
             <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>