You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/11/15 23:58:55 UTC

svn commit: r595483 - /struts/struts2/trunk/apps/portlet/pom.xml

Author: nilsga
Date: Thu Nov 15 14:58:55 2007
New Revision: 595483

URL: http://svn.apache.org/viewvc?rev=595483&view=rev
Log:
Exlude transitive servlet-api dependency from velocity tools.

Modified:
    struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595483&r1=595482&r2=595483&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 14:58:55 2007
@@ -124,6 +124,12 @@
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
+			<exclusions>
+				<exclusion>
+					<groupId>javax.servlet</groupId>
+					<artifactId>servlet-api</artifactId>
+				</exclusion>
+			</exclusions>
         </dependency>
         <dependency>
             <groupId>commons-digester</groupId>