Switch to using a https URL in the mqtt pom

This commit is contained in:
Colm O hEigeartaigh 2019-05-21 15:21:25 +01:00
parent 4129c1f659
commit b65797245b
1 changed files with 1 additions and 1 deletions

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>