summaryrefslogtreecommitdiff
path: root/lib/json
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2020-04-24 05:58:00 +0900
committerGitHub <noreply@github.com>2020-04-23 21:58:00 +0100
commitd5a9bf2b30b4f9533f4ef13ee1a4fdce1036bbaa (patch)
tree548b440d22a06a749f0ea06147deddfb6a78fa05 /lib/json
parent93171d2482f98d77887874afc3bbb73f0bbb65c2 (diff)
downloadthrift-d5a9bf2b30b4f9533f4ef13ee1a4fdce1036bbaa.tar.gz
THRIFT-5171: Fix maven-ant-tasks to use HTTPS instead of HTTP
Client: js, json
Diffstat (limited to 'lib/json')
-rw-r--r--lib/json/test/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/json/test/build.xml b/lib/json/test/build.xml
index 956a2382b..eb39c4f28 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 -->