summaryrefslogtreecommitdiff
path: root/lib/json
diff options
context:
space:
mode:
authorD. Can Celasun <can@dcc.im>2020-01-15 21:12:53 +0000
committerD. Can Celasun <can@dcc.im>2020-01-15 21:13:50 +0000
commit70c4e7a7c7b2a2b4146372868702b7ea0d143e05 (patch)
treec5490ea8f9afd11eeac314ac4bff879ee5343ce2 /lib/json
parent45a94594ff50ad51a18f6ad1900209e978e5921b (diff)
downloadthrift-70c4e7a7c7b2a2b4146372868702b7ea0d143e05.tar.gz
Use HTTPS for repo1.maven.org
Upstream no longer supports plain HTTP as of today [1]. [1] https://support.sonatype.com/hc/en-us/articles/360041287334
Diffstat (limited to 'lib/json')
-rw-r--r--lib/json/test/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/test/build.properties b/lib/json/test/build.properties
index 075f64001..997aa9bfa 100644
--- a/lib/json/test/build.properties
+++ b/lib/json/test/build.properties
@@ -5,6 +5,6 @@ mvn.ant.task.version=2.1.3
json-schema-validator.version=2.2.6
# Maven dependency download locations
-mvn.repo=http://repo1.maven.org/maven2
+mvn.repo=https://repo1.maven.org/maven2
mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version}
mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar