INT-1811 upgraded MAIL module to be dependent on Java Mail 1.4.4

This commit is contained in:
Oleg Zhurakousky
2011-07-14 10:56:23 -04:00
parent 73c1f3b4ee
commit ff8c4e0321

View File

@@ -311,7 +311,7 @@ project('spring-integration-mail') {
dependencies {
compile project(":spring-integration-core")
compile "org.springframework:spring-context-support:$springVersion"
compile("javax.mail:mail:1.4.3") { provided = true }
compile("javax.mail:mail:1.4.4") { provided = true }
compile("javax.activation:activation:$javaxActivationVersion") { optional = true }
testCompile project(":spring-integration-test")
}