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: I168938612ae2d6a7f4086e8e1c6e4e4c15237f0f
diff --git a/pom.xml b/pom.xml
index 1864fe5..d23df27 100755
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,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>