blob: a2416d44a8a93ef4d96dbb8b1de46f83ac5b33b9 [file] [log] [blame]
description = "Basic Hibernate services for Tapestry, useable outside of a Tapestry web application"
dependencies {
compile project(':tapestry-ioc')
compile group: 'org.hibernate', name: 'hibernate-core', version: versions.hibernate
testCompile project(':tapestry-test')
testCompile "org.easymock:easymock:${versions.easymock}"
testCompile "org.testng:testng:${versions.testng}", { transitive = false }
testRuntime "org.hsqldb:hsqldb:2.2.8"
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.hibernate.modules.HibernateCoreModule'
}
}