Sign in
apache
/
tapestry-5
/
6fc6de2043654b20fce423ae3470be0bff3ea09d
/
.
/
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
()
}