sbt-thrift icon indicating copy to clipboard operation
sbt-thrift copied to clipboard

Unresolved dependency

Open camol opened this issue 10 years ago • 0 comments

Hello I having the following problem when running sbt or sbt update when following the https://twitter.github.io/scala_school/searchbird.html

[info] Updating plugins... [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.pom [info] You probably access the destination server through a proxy server that is not well configured. [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.jar [info] You probably access the destination server through a proxy server that is not well configured. [warn] module not found: com.twitter#sbt-thrift;1.3.4 [warn] ==== local: tried [warn] /Users/camol/.ivy2/local/com.twitter/sbt-thrift/1.3.4/ivys/ivy.xml [warn] -- artifact com.twitter#sbt-thrift;1.3.4!sbt-thrift.jar: [warn] /Users/camol/.ivy2/local/com.twitter/sbt-thrift/1.3.4/jars/sbt-thrift.jar [warn] ==== twitter.artifactory: tried [warn] http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.pom [warn] -- artifact com.twitter#sbt-thrift;1.3.4!sbt-thrift.jar: [warn] http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.jar [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.pom [info] You probably access the destination server through a proxy server that is not well configured. [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.jar [info] You probably access the destination server through a proxy server that is not well configured. [warn] module not found: com.twitter#standard-project;0.11.4 [warn] ==== local: tried [warn] /Users/camol/.ivy2/local/com.twitter/standard-project/0.11.4/ivys/ivy.xml [warn] -- artifact com.twitter#standard-project;0.11.4!standard-project.jar: [warn] /Users/camol/.ivy2/local/com.twitter/standard-project/0.11.4/jars/standard-project.jar [warn] ==== twitter.artifactory: tried [warn] http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.pom [warn] -- artifact com.twitter#standard-project;0.11.4!standard-project.jar: [warn] http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.twitter#sbt-thrift;1.3.4: not found [warn] :: com.twitter#standard-project;0.11.4: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [info] [warn] :: problems summary :: [warn] :::: WARNINGS [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.pom [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.jar [warn] module not found: com.twitter#sbt-thrift;1.3.4 [warn] ==== local: tried [warn] /Users/camol/.ivy2/local/com.twitter/sbt-thrift/1.3.4/ivys/ivy.xml [warn] -- artifact com.twitter#sbt-thrift;1.3.4!sbt-thrift.jar: [warn] /Users/camol/.ivy2/local/com.twitter/sbt-thrift/1.3.4/jars/sbt-thrift.jar [warn] ==== twitter.artifactory: tried [warn] http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.pom [warn] -- artifact com.twitter#sbt-thrift;1.3.4!sbt-thrift.jar: [warn] http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.jar [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.pom [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.jar [warn] module not found: com.twitter#standard-project;0.11.4 [warn] ==== local: tried [warn] /Users/camol/.ivy2/local/com.twitter/standard-project/0.11.4/ivys/ivy.xml [warn] -- artifact com.twitter#standard-project;0.11.4!standard-project.jar: [warn] /Users/camol/.ivy2/local/com.twitter/standard-project/0.11.4/jars/standard-project.jar [warn] ==== twitter.artifactory: tried [warn] http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.pom [warn] -- artifact com.twitter#standard-project;0.11.4!standard-project.jar: [warn] http://artifactory.local.twitter.com/repo/com/twitter/standard-project/0.11.4/standard-project-0.11.4.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.twitter#sbt-thrift;1.3.4: not found [warn] :: com.twitter#standard-project;0.11.4: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [info] [info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS [error] sbt.ResolveException: unresolved dependency: com.twitter#sbt-thrift;1.3.4: not found [error] unresolved dependency: com.twitter#standard-project;0.11.4: not found sbt.ResolveException: unresolved dependency: com.twitter#sbt-thrift;1.3.4: not found unresolved dependency: com.twitter#standard-project;0.11.4: not found

camol avatar Feb 27 '15 14:02 camol