blob: 73a66586949963100e84615dfad5a23d1e4d115a [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')
compile "org.jboss.logging:jboss-logging:3.1.0.GA"
testCompile project(':tapestry-test')
testRuntime "org.hsqldb:hsqldb:2.2.8"
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.hibernate.modules.HibernateModule'
}
}