aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-26 18:40:15 +0200
committerIttay Stern <ittay.stern@att.com>2020-02-26 18:40:15 +0200
commit25334613e63702266b501f97a62a868ee723718e (patch)
tree23bbc709e55cfabb946f27cff7a14ef509afa49d /pom.xml
parentfb924bf030e262abad3f7cb1bc49b44d2bc12bcb (diff)
Use HTTPS to resolve dependencies in Maven
Issue-ID: VID-755 Change-Id: I488825e529c328d89ab319dc0f8f4d727c34958d Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 70fc41c99..86b54a30c 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>