MQTT Update to SI 4.0.0.M2, SPR 4.0.0.RELEASE

Conflicts:
	spring-integration-mqtt/build.gradle
This commit is contained in:
Gary Russell
2013-12-17 18:25:26 -05:00
committed by Artem Bilan
parent e2af9fb629
commit cca2fbcc74

View File

@@ -14,8 +14,7 @@ apply plugin: 'idea'
group = 'org.springframework.integration'
repositories {
maven { url 'http://repo.spring.io/libs-snapshot' }
maven { url 'http://repo.springsource.org/milestone' }
maven { url 'http://repo.spring.io/milestone' }
maven { url 'https://repo.eclipse.org/content/repositories/paho-releases/' }
maven { url 'http://repo.springsource.org/plugins-release' }
}