blob: 9cd8e845adec0c6926bb769123cde5e90142a7c9 [file] [log] [blame]
dependencies {
compile project(":grails-datastore-core")
compile "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'
}
compile "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'
}
}