Change dependency to be downloaded from https url
diff --git a/contrib/pom.xml b/contrib/pom.xml
index d9aa223..a2264f1 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -40,7 +40,7 @@
   <repositories>
     <repository>
       <id>couchbase</id>
-      <url>http://files.couchbase.com/maven2</url>
+      <url>https://files.couchbase.com/maven2</url>
     </repository>
   </repositories>