THRIFT-5171: Fix maven-ant-tasks to use HTTPS instead of HTTP

Client: js, json
diff --git a/lib/js/test/build.xml b/lib/js/test/build.xml
index d891b43..833e5bd 100755
--- a/lib/js/test/build.xml
+++ b/lib/js/test/build.xml
@@ -235,6 +235,7 @@
       <dependency groupId="org.apache.httpcomponents" artifactId="httpclient" version="4.0.1"/>
       <dependency groupId="com.googlecode.jslint4java" artifactId="jslint4java-ant" version="1.4.6"/>
       <dependency groupId="eu.medsea.mimeutil" artifactId="mime-util" version="2.1.3"/>
+      <remoteRepository url="${mvn.repo}"/>
     </artifact:dependencies>
 
     <!-- Copy the dependencies to the build/lib dir -->
diff --git a/lib/json/test/build.xml b/lib/json/test/build.xml
index 956a238..eb39c4f 100644
--- a/lib/json/test/build.xml
+++ b/lib/json/test/build.xml
@@ -115,6 +115,7 @@
 
     <artifact:dependencies filesetId="test.dependency.jars">
       <dependency groupId="com.github.fge" artifactId="json-schema-validator" version="${json-schema-validator.version}"/>
+      <remoteRepository url="${mvn.repo}"/>
     </artifact:dependencies>
 
     <!-- Copy the dependencies to the build/lib dir -->