blob: 9d4334a1e367902d4721e43859ee251803c2fa5d [file] [log] [blame]
description = "Provides support for simple CRUD applications built on top of Tapestry and Hibernate"
dependencies {
compile project(':tapestry-core')
compile project(':tapestry-hibernate-core')
testCompile project(':tapestry-test')
testRuntime "org.hsqldb:hsqldb:2.2.8"
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.hibernate.HibernateModule'
}
}