Updated swagger-ui wget url to https (#6954)

This commit is contained in:
Keni Steward
2017-11-13 22:24:50 -05:00
committed by William Cheng
parent 5af788cb9f
commit d719daab22

View File

@@ -111,7 +111,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>http://github.com/swagger-api/swagger-ui/archive/master.tar.gz</url>
<url>https://github.com/swagger-api/swagger-ui/archive/master.tar.gz</url>
<unpack>true</unpack>
<skipCache>true</skipCache>