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 {
2929 group = ' org.springframework.integration'
3030
3131 repositories {
32+ // maven { url 'https://repo.spring.io/libs-staging-local' }
3233 if (version. endsWith(' BUILD-SNAPSHOT' ) || project. hasProperty(' platformVersion' )) {
3334 maven { url ' https://repo.spring.io/libs-snapshot' }
3435 }
@@ -129,7 +130,7 @@ subprojects { subproject ->
129130 tomcatVersion = " 8.0.18"
130131 smack3Version = ' 3.2.1'
131132 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'
133134// springCloudClusterVersion = '1.0.0.BUILD-SNAPSHOT'
134135 springDataJpaVersion = ' 1.8.2.RELEASE'
135136 springDataMongoVersion = ' 1.7.2.RELEASE'
You can’t perform that action at this time.
0 commit comments