Hello,
I have a problem building an old play 2.5.6 application. It was building correctly 2 months ago, but now the dependencies are not available anymore.
Why were the dependencies removed?
How can I make the build work?
Upgrade is not possible.
Thank you very much for your answers,
ido
plugins.sbt:
resolvers ++= Seq(
Resolver.url("Play", url("http://download.playframework.org/ivy-releases/"))(Resolver.ivyStylePatterns),
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
)
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.6")
log:
11:31:55 e[0m[e[31merrore[0m] e[0mServer access Error: Connection refused (Connection refused) url=http://repo.typesafe.com/typesafe/releases/org/apache/apache/16/apache-16.jare[0m
11:31:56 e[0m[e[31merrore[0m] e[0mServer access Error: Connection refused (Connection refused) url=http://repo.typesafe.com/typesafe/releases/org/apache/commons/commons-parent/37/commons-parent-37.jare[0m
11:31:56 e[0m[e[0minfoe[0m] e[0mResolving commons-io#commons-io;2.4 ...e[0m
11:31:56 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving commons-io#commons-io;2.4 ...e[0m
11:31:57 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving org.apache.commons#commons-parent;25 ...e[0m
11:31:57 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving org.apache.commons#commons-parent;25 ...e[0m
11:31:58 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving org.apache#apache;9 ...e[0m
11:31:58 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving org.apache#apache;9 ...e[0m
11:32:00 e[0m[e[31merrore[0m] e[0mServer access Error: Connection refused (Connection refused) url=http://repo.typesafe.com/typesafe/releases/org/apache/apache/9/apache-9.jare[0m
11:32:01 e[0m[e[31merrore[0m] e[0mServer access Error: Connection refused (Connection refused) url=http://repo.typesafe.com/typesafe/releases/org/apache/commons/commons-parent/25/commons-parent-25.jare[0m
11:32:13 e[0m[e[0minfoe[0m] e[0mResolving com.typesafe.play#sbt-run-support_2.10;2.5.6 ...e[0m
11:32:13 e[A
e[2Ke[0m[e[0minfoe[0m] e[0mResolving com.typesafe.play#sbt-run-support_2.10;2.5.6 ...e[0m
11:3