blob: f4393a64d94af3e644c75685061fe7f2a5080882 [file] [log] [blame]
description = "Integration of Tapestry with the Spring Inversion Of Control Container"
dependencies {
compile project(':tapestry-core')
compile "org.springframework:spring-web:3.1.0.RELEASE"
provided "javax.servlet:servlet-api:${versions.servletapi}"
testCompile project(':tapestry-test')
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.spring.SpringModule'
}
}