blob: bb22a8f9f912478d18f79523ba090dce09f37392 [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:1.8.0.10"
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.hibernate.HibernateModule'
}
}