[weld-commits] Weld SVN: r5260 - in archetypes/trunk/jsf: jee-minimal/src/main/resources/archetype-resources and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Dec 9 17:56:14 EST 2009


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>



More information about the weld-commits mailing list