Author: apetrelli
Date: Tue Sep 5 04:34:21 2006
New Revision: 440322
URL: http://svn.apache.org/viewvc?view=rev&rev=440322
Log:
Added dependency to JSTL tags
Modified:
struts/sandbox/trunk/tiles/tiles-test/pom.xml
Modified: struts/sandbox/trunk/tiles/tiles-test/pom.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/pom.xml?view=diff&rev=440322&r1=440321&r2=440322
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/pom.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-test/pom.xml Tue Sep 5 04:34:21 2006
@@ -45,6 +45,18 @@
<version>2.3</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.1.2</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>