File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ allprojects {
29
29
group = ' org.springframework.integration'
30
30
31
31
repositories {
32
+ // maven { url 'https://repo.spring.io/libs-staging-local' }
32
33
if (version. endsWith(' BUILD-SNAPSHOT' ) || project. hasProperty(' platformVersion' )) {
33
34
maven { url ' https://repo.spring.io/libs-snapshot' }
34
35
}
@@ -129,7 +130,7 @@ subprojects { subproject ->
129
130
tomcatVersion = " 8.0.18"
130
131
smack3Version = ' 3.2.1'
131
132
smackVersion = ' 4.0.6'
132
- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 1.5.6 .RELEASE'
133
+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 1.5.7 .RELEASE'
133
134
// springCloudClusterVersion = '1.0.0.BUILD-SNAPSHOT'
134
135
springDataJpaVersion = ' 1.8.2.RELEASE'
135
136
springDataMongoVersion = ' 1.7.2.RELEASE'
You can’t perform that action at this time.
0 commit comments