blob: bf578260334a9a03b3d8e84f7e692904f4fbd409 [file] [log] [blame]
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'
}
}