Use HTTPS to resolve dependencies in Maven 29/102429/1
authorIttay Stern <ittay.stern@att.com>
Wed, 26 Feb 2020 16:40:15 +0000 (18:40 +0200)
committerIttay Stern <ittay.stern@att.com>
Wed, 26 Feb 2020 16:40:15 +0000 (18:40 +0200)
Issue-ID: VID-755

Change-Id: I488825e529c328d89ab319dc0f8f4d727c34958d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 70fc41c..86b54a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>