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 2009/09/19 15:01:52 UTC

svn commit: r816915 - /tiles/framework/trunk/tiles-extras/pom.xml

Author: apetrelli
Date: Sat Sep 19 13:01:51 2009
New Revision: 816915

URL: http://svn.apache.org/viewvc?rev=816915&view=rev
Log:
TILES-458
Removed extra dependencies in tiles-extras.

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

Modified: tiles/framework/trunk/tiles-extras/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-extras/pom.xml?rev=816915&r1=816914&r2=816915&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-extras/pom.xml (original)
+++ tiles/framework/trunk/tiles-extras/pom.xml Sat Sep 19 13:01:51 2009
@@ -129,30 +129,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.mvel</groupId>
-      <artifactId>mvel2</artifactId>
-      <version>2.0.11</version>
-    </dependency>
-
-    <dependency>
-      <groupId>ognl</groupId>
-      <artifactId>ognl</artifactId>
-      <version>2.7.3</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-web</artifactId>
-      <version>2.5.6</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
       <version>1.5.8</version>