blob: fc06771da51486623868446be8b8cc770b85a4f4 [file] [log] [blame]
description = "Provides support Tapestry injections in Spock specifications"
dependencies {
implementation project(':commons')
implementation project(':tapestry-ioc')
implementation "org.spockframework:spock-core:${versions.spock}"
testImplementation "javax.inject:javax.inject:1"
testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
}
test {
useJUnit()
}