作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 cassie 客户端将 cassandra 2.0.1 与 scala 2.10.2 结合使用。所以我想知道我必须在 sbt 中加入哪个依赖项才能使用它。
"com.twitter" % "cassie" % "0.19.0"
这是 Unresolved 依赖关系。告诉我正确的版本。
最佳答案
如何检索客户端是not complete documented .
将此添加到您的 build.sbt:
resolvers += "Twitter's Repository" at "http://maven.twttr.com/"
libraryDependencies += "com.twitter" % "cassie" % "0.19.0" excludeAll(
ExclusionRule(organization = "com.sun.jdmk"),
ExclusionRule(organization = "com.sun.jmx"),
ExclusionRule(organization = "javax.jms")
)
已经有一个pull request解决这个问题。
关于scala - cassie 依赖于 cassandra 2.0.1 和 scala 2.10.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19532774/
我想使用 cassie 客户端将 cassandra 2.0.1 与 scala 2.10.2 结合使用。所以我想知道我必须在 sbt 中加入哪个依赖项才能使用它。 "com.twitter" % "
我想使用 cassie 客户端来使用 cassandra 2.0.1 和 scala 2.10.2 。所以我想知道我必须在 sbt 中放入哪个依赖项才能使用它。 "com.twitter" % "ca
我是一名优秀的程序员,十分优秀!