blob: be028716dfb13c03754eb067ab6acc5afb7d395d [file] [log] [blame]
dependencies {
api project(":grails-datastore-core")
api "org.springframework:spring-web:$springVersion", {
exclude group:'commons-logging',module:'commons-logging'
exclude group:'org.springframework', module:'spring-context'
exclude group:'org.springframework', module:'spring-core'
exclude group:'org.springframework', module:'spring-beans'
exclude group:'org.springframework', module:'spring-aop'
}
api "org.springframework:spring-context:$springVersion", {
exclude group:'commons-logging',module:'commons-logging'
exclude group:'org.springframework', module:'spring-core'
exclude group:'org.springframework', module:'spring-expression'
exclude group:'org.springframework', module:'spring-aop'
exclude group:'org.springframework', module:'spring-beans'
exclude group:'org.springframework', module:'spring-asm'
}
compileOnly("javax.servlet:javax.servlet-api:$servletApiVersion")
testImplementation("javax.servlet:javax.servlet-api:$servletApiVersion")
testImplementation "org.springframework:spring-test:$springVersion"
}