Sign in
apache
/
tapestry-5
/
199795a8d326fc13562f7d4d74e8ebdbc163bf00
/
.
/
tapestry-ioc-junit
/
build.gradle
blob: 39a81a2cabc633dc014b0b62c6dcfb3c0986184e [
file
] [
log
] [
blame
]
description
=
"Utilities for junit testing a tapestry-ioc application"
dependencies
{
implementation project
(
':tapestry-ioc'
)
implementation
'junit:junit:4.11'
}
test
{
useJUnit
()
}