summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-web-runtime
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-05-25 12:46:18 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-05-25 12:46:18 +0000
commit2d151a899b913cba1e168c833a6e805ef8b81008 (patch)
tree128121b27ed5f980e54ae1dbcd66937db97d587f /sca-java-2.x/trunk/modules/implementation-web-runtime
parent7122c1e316fdaf40f849dc095fee6b646e889cd2 (diff)
move comment up to right place
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-web-runtime')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml2
1 files changed, 1 insertions, 1 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 ed5bc3c798..19594740f3 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
@@ -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>