We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have a really old app using play 2.0.8 that won't compile.
I have this in Build.scala:
val appDependencies = Seq( "be.objectify" %% "deadbolt-2" % "1.1.3-SNAPSHOT" ) val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings( resolvers += Resolver.url("Objectify Play Repository", url("http://schaloner.github.com/releases/"))(Resolver.ivyStylePatterns), resolvers += Resolver.url("Objectify Play Snapshot Repository", url("http://schaloner.github.com/snapshots/"))(Resolver.ivyStylePatterns) )
And when compiling:
[info] Updating {file:... [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/releases/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/maven-metadata.xml [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/releases/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/snapshots/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/maven-metadata.xml [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/snapshots/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [error] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/maven-metadata.xml [error] SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [warn] module not found: be.objectify#deadbolt-2_2.9.1;1.1.3-SNAPSHOT [warn] ==== local: tried [warn] C:\....\play-2.0.8\framework\..\repository/local/be.objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/ivys/ivy.xml [warn] ==== Typesafe Releases Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [warn] ==== Typesafe Snapshots Repository: tried [warn] http://repo.typesafe.com/typesafe/snapshots/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [warn] ==== Objectify Play Repository: tried [warn] http://schaloner.github.com/releases/be.objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/ivys/ivy.xml [warn] ==== Objectify Play Snapshot Repository: tried [warn] http://schaloner.github.com/snapshots/be.objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/ivys/ivy.xml [warn] ==== Jasper Repository: tried [warn] http://jasperreports.sourceforge.net/maven2/be.objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/ivys/ivy.xml [warn] ==== Sonatype OSS Snapshots: tried [warn] https://oss.sonatype.org/content/repositories/snapshots/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/be/objectify/deadbolt-2_2.9.1/1.1.3-SNAPSHOT/deadbolt-2_2.9.1-1.1.3-SNAPSHOT.pom [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/releases/com/jolbox/bonecp/0.8.0-rc2-SNAPSHOT/maven-metadata.xml [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/releases/com/jolbox/bonecp/0.8.0-rc2-SNAPSHOT/bonecp-0.8.0-rc2-SNAPSHOT.pom [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/snapshots/com/jolbox/bonecp/0.8.0-rc2-SNAPSHOT/maven-metadata.xml [error] Server access Error: Connection refused: connect url=http://repo.typesafe.com/typesafe/snapshots/com/jolbox/bonecp/0.8.0-rc2-SNAPSHOT/bonecp-0.8.0-rc2-SNAPSHOT.pom [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: be.objectify#deadbolt-2_2.9.1;1.1.3-SNAPSHOT: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [error] {file:/C:/....*:update: sbt.ResolveException: unresolved dependency: be.objectify#deadbolt-2_2.9.1;1.1.3-SNAPSHOT: not found [error] Total time: 27 s, completed Jun 26, 2021 12:24:48 PM
Any help?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a really old app using play 2.0.8 that won't compile.
I have this in Build.scala:
And when compiling:
Any help?
Thanks in advance
The text was updated successfully, but these errors were encountered: