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 2007/03/07 11:14:17 UTC

svn commit: r515513 - /tiles/framework/trunk/tiles-jsp/pom.xml

Author: apetrelli
Date: Wed Mar  7 02:14:17 2007
New Revision: 515513

URL: http://svn.apache.org/viewvc?view=rev&rev=515513
Log:
Removed dependency to strutstestcase, no more needed.

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

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?view=diff&rev=515513&r1=515512&r2=515513
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Wed Mar  7 02:14:17 2007
@@ -238,13 +238,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>strutstestcase</groupId>
-      <artifactId>strutstestcase</artifactId>
-      <version>2.1.2-1.1-2.3</version>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
 </project>