blob: 074a191580b89ed9143207f1221fb9cebeb069e7 [file] [log] [blame]
description = "A code-centric, high-performance, simple Inversion of Control container"
dependencies {
compile project(':tapestry-func')
compile project(':tapestry-annotations')
compile project(':tapestry-json')
compile project(":plastic")
compile project(':tapestry-test')
compile "javassist:javassist:3.12.1.GA"
compile "javax.inject:javax.inject:1"
compile "org.slf4j:slf4j-api:1.6.1"
compile "log4j:log4j:1.2.14"
compile "org.slf4j:slf4j-log4j12:1.6.1"
compile "org.testng:testng:$testngVersion", { transitive = false }
}
test
{
// Override the master build.gradle
systemProperties.remove("tapestry.service-reloading-enabled")
}