You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/05/04 09:29:37 UTC

svn commit: r771218 - /portals/applications/gems/trunk/pom.xml

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>