Author: ilya_shaikovsky
Date: 2008-07-23 09:41:37 -0400 (Wed, 23 Jul 2008)
New Revision: 9748
Modified:
trunk/samples/richfaces-demo/pom.xml
Log:
update in order to use hibernate validators
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-07-23 13:22:15 UTC (rev 9747)
+++ trunk/samples/richfaces-demo/pom.xml 2008-07-23 13:41:37 UTC (rev 9748)
@@ -195,6 +195,16 @@
</profiles>
<dependencies>
<dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.CR1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>laguna</artifactId>
<version>3.2.2-SNAPSHOT</version>
Show replies by date