You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/12/22 14:16:06 UTC

svn commit: r728680 - /tiles/framework/trunk/assembly/pom.xml

Author: apetrelli
Date: Mon Dec 22 05:16:06 2008
New Revision: 728680

URL: http://svn.apache.org/viewvc?rev=728680&view=rev
Log:
TILES-344
Added exclusion of servlet-api package.

Modified:
    tiles/framework/trunk/assembly/pom.xml

Modified: tiles/framework/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/pom.xml?rev=728680&r1=728679&r2=728680&view=diff
==============================================================================
--- tiles/framework/trunk/assembly/pom.xml (original)
+++ tiles/framework/trunk/assembly/pom.xml Mon Dec 22 05:16:06 2008
@@ -118,6 +118,10 @@
               <groupId>org.apache.tiles</groupId>
               <artifactId>tiles-core</artifactId>
           </exclusion>
+          <exclusion>
+              <groupId>javax.servlet</groupId>
+              <artifactId>servlet-api</artifactId>
+          </exclusion>
       </exclusions>
     </dependency>