Author: vkumar
Date: Mon May 4 07:29:37 2009
New Revision: 771218
URL: http://svn.apache.org/viewvc?rev=771218&view=rev
Log:
Changing scope of javax.servlet api
Modified:
portals/applications/gems/trunk/pom.xml
Modified: portals/applications/gems/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=771218&r1=771217&r2=771218&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Mon May 4 07:29:37 2009
@@ -64,6 +64,7 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${javax.servlet.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>velocity</groupId>