Skip to content

Commit 0be71ef

Browse files
author
Steve Salas
committed
Fix broken links to dependencies
1 parent f892ffc commit 0be71ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Distributor.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ object Distributor extends BuildExtra {
9797
}
9898

9999

100-
val jetty = Dependency("jetty", "9.4.7.v20170914", "http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.7.v20170914/jetty-distribution-9.4.7.v20170914.zip")
100+
val jetty = Dependency("jetty", "9.4.7.v20170914", "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.7.v20170914/jetty-distribution-9.4.7.v20170914.zip")
101101
.extractAsZip { raw"^\Qjetty-distribution-9.4.7.v20170914\E/".r.replaceFirstIn(_, "") }
102102
.to { _ / "distrib-dependencies" / "common" / "jetty" }
103103

104104
object tools {
105-
val resourcer = Dependency("resourcer", "0.9", "https://dl.dropboxusercontent.com/s/zifogi9efgtsq1s/Anolis.Resourcer-0.9.zip?dl=1") // http://anolis.codeplex.com/downloads/get/81545
105+
val resourcer = Dependency("resourcer", "0.9", "https://github.com/codedx/codepulse/blob/master/tools/Anolis.Resourcer-0.9.zip") // from https://codeplexarchive.blob.core.windows.net/archive/projects/anolis/anolis.zip, releases/0/69c6e9d4-07aa-414b-9a5d-4a22572423d9
106106
.extractAsZip { identity }
107107
.to { _ / "tools" / "resourcer" }
108108
}

0 commit comments

Comments
 (0)