diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-25 12:46:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-25 12:46:18 +0000 |
commit | 2d151a899b913cba1e168c833a6e805ef8b81008 (patch) | |
tree | 128121b27ed5f980e54ae1dbcd66937db97d587f /sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml | |
parent | 7122c1e316fdaf40f849dc095fee6b646e889cd2 (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 '')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml | 2 |
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> |