Skip to content

Commit 571a6f6

Browse files
wilkinsonaArjen Poutsma
authored andcommitted
Dependency updates
- Updated Java Mail to 1.4.7 - Updated Commons Logging to 1.1.3 - Replaced JMS spec dependency to use the 'official' artifact - Removed redundant EJB spec dependency
1 parent c88b141 commit 571a6f6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configure(allprojects) {
5454
}
5555

5656
dependencies {
57-
compile("commons-logging:commons-logging:1.1.1")
57+
compile("commons-logging:commons-logging:1.1.3")
5858
compile("org.springframework:spring-core:$springVersion")
5959

6060
testCompile("junit:junit:4.10")
@@ -193,9 +193,8 @@ project('spring-ws-support') {
193193
testCompile("org.springframework:spring-test:$springVersion")
194194

195195
// Transport
196-
provided("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1")
197-
provided("org.apache.geronimo.specs:geronimo-ejb_2.1_spec:1.1")
198-
provided("javax.mail:mail:1.4.5")
196+
provided("javax.jms:jms-api:1.1-rev-1")
197+
provided("javax.mail:mail:1.4.7")
199198
optional("jivesoftware:smack:3.1.0")
200199
testCompile("commons-httpclient:commons-httpclient:3.1")
201200
testRuntime("org.apache.activemq:activemq-core:4.1.2")

spring-ws-support/template.mf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Import-Template:
88
com.sun.net.httpserver.*;version="0";resolution:=optional,
99
com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional,
1010
javax.activation.*;version="0",
11-
javax.ejb.*;version="[2.0.0, 4.0.0)";resolution:=optional,
1211
javax.jms.*;version="[1.1.0, 2.0.0)",
1312
javax.mail.*;version="[1.4.0, 2.0.0)",
1413
javax.naming.*;version="0";resolution:=optional,

0 commit comments

Comments
 (0)