Author: dan.j.allen
Date: 2009-12-09 17:56:14 -0500 (Wed, 09 Dec 2009)
New Revision: 5260
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
Log:
note about Hibernate Validator impl
Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-09
21:36:32 UTC (rev 5259)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-09
22:56:14 UTC (rev 5260)
@@ -65,7 +65,7 @@
</dependency>
<!-- Bean Validation Implementation -->
<!-- Provides portable constraints such as @NotEmpty, @Email and @Url -->
- <!-- Hibernate Validator is the JSR-303 implementation in JBoss AS -->
+ <!-- Hibernate Validator is only the JSR-303 implementation at the moment, so we
can assume it's provided -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
Modified: archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-09
21:36:32 UTC (rev 5259)
+++
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-09
22:56:14 UTC (rev 5260)
@@ -56,7 +56,7 @@
</dependency>
<!-- Bean Validation Implementation -->
<!-- Provides portable constraints such as @NotEmpty, @Email and @Url -->
- <!-- Hibernate Validator is the JSR-303 implementation in JBoss AS -->
+ <!-- Hibernate Validator is the only JSR-303 implementation at the moment, so we
can assume it's provided -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
Show replies by date