Use HTTPS to resolve dependencies in Maven
Issue-ID: VID-755
Change-Id: I488825e529c328d89ab319dc0f8f4d727c34958d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/pom.xml b/pom.xml
index 70fc41c..86b54a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,13 +178,13 @@
<pluginRepository>
<id>JCenter</id>
<name>JCenter Repository</name>
- <url>http://jcenter.bintray.com</url>
+ <url>https://jcenter.bintray.com</url>
</pluginRepository>
<pluginRepository>
<id>Restlet</id>
<name>Restlet Repository</name>
- <url>http://maven.restlet.com</url>
+ <url>https://maven.restlet.com</url>
</pluginRepository>
</pluginRepositories>
<reporting>