INTEXT-90 Update Paho Client to 0.4.0

Add eclipse paho repo.
This commit is contained in:
Gary Russell
2013-10-02 14:15:00 -04:00
parent 76c65ec6db
commit b588aa4667

View File

@@ -15,6 +15,7 @@ group = 'org.springframework.integration'
repositories {
maven { url 'http://repo.springsource.org/snapshot' }
maven { url 'https://repo.eclipse.org/content/repositories/paho-releases/' }
maven { url 'http://repo.springsource.org/plugins-release' }
}
@@ -60,7 +61,7 @@ configurations {
dependencies {
compile "org.springframework.integration:spring-integration-core:$springIntegrationVersion"
compile "org.eclipse.paho:mqtt-client:0.2.1"
compile "org.eclipse.paho:mqtt-client:0.4.0"
testCompile "org.springframework.integration:spring-integration-test:$springIntegrationVersion"
testCompile "junit:junit-dep:$junitVersion"
testCompile "log4j:log4j:$log4jVersion"