Skip to content

Commit fffdda5

Browse files
committed
Switch Eclipse repositories to HTTPS.
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
1 parent d9eddcb commit fffdda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.moxie

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ dependencyDirectory: ext
9696
registeredRepositories:
9797
- { id: central, url: 'https://repo1.maven.org/maven2' }
9898
- { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
99-
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
100-
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
99+
- { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' }
100+
- { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' }
101101
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }
102102

103103
# Source all dependencies from the following repositories in the specified order

0 commit comments

Comments
 (0)