Author: alexsmirnov
Date: 2011-02-03 16:22:09 -0500 (Thu, 03 Feb 2011)
New Revision: 21439
Modified:
trunk/examples/template/pom.xml
Log:
RESOLVED - issue RF-10311: CSV: JSR-303 validators works using ajax falback only
https://issues.jboss.org/browse/RF-10311
Modified: trunk/examples/template/pom.xml
===================================================================
--- trunk/examples/template/pom.xml 2011-02-03 21:22:04 UTC (rev 21438)
+++ trunk/examples/template/pom.xml 2011-02-03 21:22:09 UTC (rev 21439)
@@ -13,6 +13,11 @@
<version>4.0.0-SNAPSHOT</version>
<name>examples template</name>
<dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ </dependency>
</dependencies>
<build>
<finalName>template</finalName>