Update maven repo to https
From Jan 15 2020 Maven Central Repository no longer supports HTTP and requires that all requests to the repository are encrypted over HTTPS.
https://support.sonatype.com/hc/en-us/articles/360041287334
Change-Id: Ied8cafade2929555c3724340b39edee477bde60a
diff --git a/pom.xml b/pom.xml
index 0e64f72..5ea3f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<repository>
<id>central</id>
<name>Central Repository</name>
- <url>http://repo.maven.apache.org/maven2</url>
+ <url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>