Author: dsvyatobatsko
Date: 2008-09-17 12:15:22 -0400 (Wed, 17 Sep 2008)
New Revision: 10476
Modified:
trunk/test-applications/seleniumTest/pom.xml
Log:
hibernate-validator dependency added
Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2008-09-17 16:13:57 UTC (rev 10475)
+++ trunk/test-applications/seleniumTest/pom.xml 2008-09-17 16:15:22 UTC (rev 10476)
@@ -224,5 +224,15 @@
<artifactId>jsf-impl</artifactId>
<version>1.2_09</version>
</dependency>
+ <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>
</dependencies>
</project>
\ No newline at end of file