You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2008/02/16 14:27:07 UTC

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

Author: mrdon
Date: Sat Feb 16 05:27:05 2008
New Revision: 628290

URL: http://svn.apache.org/viewvc?rev=628290&view=rev
Log:
Trying to exclude servlet 2.4 that sneaks in

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=628290&r1=628289&r2=628290&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sat Feb 16 05:27:05 2008
@@ -180,6 +180,12 @@
             <artifactId>jwebunit-htmlunit-plugin</artifactId>
             <version>1.4.1</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 		
 		<dependency>