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:$servletAPIVersion" testCompile project(':tapestry-test') } jar { manifest { attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.spring.SpringModule' } }