Fix eclipse paho mqtt client version.

koppelting
Bertrik Sikken 2017-08-22 10:51:48 +02:00
rodzic 63177a5be5
commit 37f63f47d1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ libraries.jersey_client = [
'org.glassfish.jersey.ext:jersey-proxy-client:2.23.2',
]
libraries.mqtt_client = 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:+'
libraries.mqtt_client = 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'
// test libraries
libraries.junit = 'junit:junit:4.12'