diff options
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-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> |