blob: 0bd88e2021fb614d35488fb20d689e39ac1cecab [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.0.0.RELEASE"
provided "javax.servlet:servlet-api:$servletAPIVersion"
testCompile project(':tapestry-test')
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.spring.SpringModule'
}
}