blob: 26bbae7165970cb97ac35b08e0bbb4bee1b242f6 [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.HibernateModule'
}
}