Author: mcombellack
Date: Wed Jan 28 12:12:17 2009
New Revision: 738466
URL: http://svn.apache.org/viewvc?rev=738466&view=rev
Log:
Updated scope on the javax.servlet and org.apache.geronimo.specs dependencies
as they are needed at compile time on JDK 1.5 and JDK 1.6 and not just at
runtime
Modified:
tuscany/java/sca/modules/host-webapp/pom.xml
Modified: tuscany/java/sca/modules/host-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/pom.xml?rev=738466&r1=738465&r2=738466&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-webapp/pom.xml (original)
+++ tuscany/java/sca/modules/host-webapp/pom.xml Wed Jan 28 12:12:17 2009
@@ -74,14 +74,12 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
<version>1.0</version>
- <scope>runtime</scope>
</dependency>
</dependencies>