From b588aa466784ea0c9adcbc20179c424df3fc60f9 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 2 Oct 2013 14:15:00 -0400 Subject: [PATCH] INTEXT-90 Update Paho Client to 0.4.0 Add eclipse paho repo. --- spring-integration-mqtt/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-integration-mqtt/build.gradle b/spring-integration-mqtt/build.gradle index 5eb1476..db6a76a 100644 --- a/spring-integration-mqtt/build.gradle +++ b/spring-integration-mqtt/build.gradle @@ -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"