簡體   English   中英

Phantom Cassandra驅動程序依賴性錯誤

[英]Phantom Cassandra driver dependency error

我想在我的Scala項目中使用幻影cassandra包裝器,但是當我嘗試更新sbt構建時,出現依賴錯誤。


我的build.sbt:

version := "1.0"

scalaVersion := "2.11.2"

seq(lsSettings :_*)

libraryDependencies ++=  Seq(
  "org.clapper" %% "grizzled-scala" % "1.2",
  "commons-io" % "commons-io" % "2.4",
  "org.rauschig" % "jarchivelib" % "0.6.0",
  "com.google.code.findbugs" % "jsr305" % "3.0.0",
  "org.scalatest" % "scalatest_2.11" % "2.2.0" % "test",
  "com.github.nscala-time" %% "nscala-time" % "1.2.0",
  "org.json4s" %% "json4s-native" % "3.2.10",
  "org.scala-lang" % "scala-library" % "2.11.2",
  "com.websudos"  % "phantom-dsl_2.10" % "1.2.0"
  )


resolvers += "grizzled-scala-resolver-0" at "https://oss.sonatype.org/content/repositories/releases"

resolvers += "Typesafe repository releases" at "http://repo.typesafe.com/typesafe/releases/"

我收到以下錯誤:


[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      com.typesafe.sbt:sbt-pgp:0.8.1 (sbtVersion=0.13, scalaVersion=2.10)

不知道我該怎么辦...

編輯:

來自https://github.com/websudosuk/phantom/issues/119的答案

錯誤是pom方面的問題,即將推出新版本1.2.1 ...

來自https://github.com/websudosuk/phantom/issues/119的答案

錯誤是pom方面的問題,即將推出新版本1.2.1 ...

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM