blob: 6b2b625e926cdb9e619fa4ed20e662818c87267a [file] [log] [blame]
description = "Utilities for junit testing a tapestry-ioc application"
dependencies {
compile project(':tapestry-ioc')
compile 'junit:junit:4.11'
}
test {
useJUnit()
}