]> source.dussan.org Git - gitblit.git/commitdiff
Switch Eclipse repositories to HTTPS.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 1 Apr 2020 11:31:59 +0000 (13:31 +0200)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 1 Apr 2020 11:49:48 +0000 (13:49 +0200)
The Eclipse maven repositories changed to only allow HTTPS and not
serve HTTP anymore. HTTP will redirect to HTTPS, which moxie does
not handle well and fails.

So the registered Eclipse repositories are changed to 'https://'
transport.

Fixes #1334

build.moxie

index 56b6822609f70d6fab12c0af5312e8a1c0e2bc1c..fd7b1309a6c6e2f275c2857c5c77737a10c60079 100644 (file)
@@ -96,8 +96,8 @@ dependencyDirectory: ext
 registeredRepositories:
 - { id: central, url: 'https://repo1.maven.org/maven2' }
 - { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
-- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
-- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
+- { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' }
+- { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' }
 - { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }
 
 # Source all dependencies from the following repositories in the specified order