description = "Support for JSR-303 Bean Validation via the Hibernate validator implementation" dependencies { compile project(':tapestry-core') compile "javax.validation:validation-api:1.0.0.GA" compile "org.hibernate:hibernate-validator:4.0.0.GA" testCompile project(':tapestry-test') } jar { manifest { attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.beanvalidator.BeanValidatorModule' } }