Skip to content

Commit 423bc55

Browse files
author
Arjen Poutsma
committed
Merge pull request #16 from wilkinsona/polish-dependencies
* polish-dependencies: Polish spring-ws-support's dependencies
2 parents ba9fc8d + 26c5009 commit 423bc55

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

build.gradle

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

205210
project('spring-ws-security') {

0 commit comments

Comments
 (0)