File tree Expand file tree Collapse file tree 6 files changed +3
-160
lines changed Expand file tree Collapse file tree 6 files changed +3
-160
lines changed Original file line number Diff line number Diff 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" )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments