File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -194,12 +194,17 @@ project('spring-ws-support') {
194194
195195 // Transport
196196 provided(" javax.jms:jms-api:1.1-rev-1" )
197- provided(" javax.mail:mail:1.4.7" )
197+ provided(" javax.mail:javax.mail-api:1.4.7" )
198+ provided(" com.sun.mail:javax.mail:1.4.7" )
198199 optional(" jivesoftware:smack:3.1.0" )
199200 testCompile(" commons-httpclient:commons-httpclient:3.1" )
200- testRuntime(" org.apache.activemq:activemq-core:4.1.2" )
201- testCompile(" org.jvnet.mock-javamail:mock-javamail:1.6" )
202- }
201+ testRuntime(" org.apache.activemq:activemq-core:4.1.2" ) {
202+ exclude group :' org.apache.geronimo.specs' , module :' geronimo-jms_1.1_spec'
203+ }
204+ testCompile(" org.jvnet.mock-javamail:mock-javamail:1.6" ) {
205+ exclude group :' javax.mail' , module :' mail'
206+ }
207+ }
203208}
204209
205210project(' spring-ws-security' ) {
You can’t perform that action at this time.
0 commit comments