Author: apetrelli
Date: Sun Jul 13 09:26:40 2008
New Revision: 676349

URL: http://svn.apache.org/viewvc?rev=676349&view=rev
Log:
TILES-84
Removed portlet dependency in tiles-core.

Modified:
    tiles/framework/trunk/tiles-core/pom.xml

Modified: tiles/framework/trunk/tiles-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?rev=676349&r1=676348&r2=676349&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Sun Jul 13 09:26:40 2008
@@ -145,13 +145,6 @@
     </dependency>
 
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
       <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
       <version>1.0</version>


Reply via email to