Switch to using a https URL in the mqtt pom

(cherry picked from commit b65797245bb12838eb9846410cd735a8892be9ae)
This commit is contained in:
Colm O hEigeartaigh 2019-05-21 15:21:25 +01:00 committed by Robbie Gemmell
parent 11ec4d4614
commit 18cd5487ae

View File

@ -320,7 +320,7 @@
<!-- for the paho dependency -->
<repository>
<id>spring.io</id>
<url>http://repo.spring.io/plugins-release</url>
<url>https://repo.spring.io/plugins-release</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>