diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-26 18:40:15 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-02-26 18:40:15 +0200 |
commit | 25334613e63702266b501f97a62a868ee723718e (patch) | |
tree | 23bbc709e55cfabb946f27cff7a14ef509afa49d | |
parent | fb924bf030e262abad3f7cb1bc49b44d2bc12bcb (diff) |
Use HTTPS to resolve dependencies in Maven
Issue-ID: VID-755
Change-Id: I488825e529c328d89ab319dc0f8f4d727c34958d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |