Skip to content

Commit 15a92e8

Browse files
author
Arjen Poutsma
committed
Merge pull request #15 from wilkinsona/dependency-updates
* dependency-updates: Removed template.mf files Dependency updates
2 parents c88b141 + 15db9b7 commit 15a92e8

File tree

6 files changed

+3
-160
lines changed

6 files changed

+3
-160
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-core/template.mf

Lines changed: 0 additions & 40 deletions
This file was deleted.

spring-ws-security/template.mf

Lines changed: 0 additions & 29 deletions
This file was deleted.

spring-ws-support/template.mf

Lines changed: 0 additions & 33 deletions
This file was deleted.

spring-ws-test/template.mf

Lines changed: 0 additions & 25 deletions
This file was deleted.

spring-xml/template.mf

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)