diff --git a/src/main/resources/default-iglu-resolver.json b/src/main/resources/default-iglu-resolver.json index e7f50e7..784261b 100644 --- a/src/main/resources/default-iglu-resolver.json +++ b/src/main/resources/default-iglu-resolver.json @@ -12,6 +12,16 @@ "uri": "http://iglucentral.com" } } + }, + { + "name": "Iglu Central - Mirror 01", + "priority": 1, + "vendorPrefixes": [], + "connection": { + "http": { + "uri": "http://mirror01.iglucentral.com" + } + } } ] }