etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

unable to download source xalan/serializer #65

Closed lovesh closed 9 years ago

lovesh commented 9 years ago

I am using rediscala 1.4.0 in my play application and when i run sbt to download sources(i need them to use debugger in idea 14) with idea with-sources=yes or idea sbt-classifiers i get this error



[warn]  [FAILED     ] xalan#serializer;2.7.1!serializer.jar(src):  (0ms)
[warn] ==== local: tried
[warn]   /home/lovesh/.ivy2/local/xalan/serializer/2.7.1/srcs/serializer-sources.jar
[warn] ==== public: tried
[warn]   http://repo1.maven.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1-sources.jar
[warn] ==== Typesafe Releases Repository: tried
[warn]   http://repo.typesafe.com/typesafe/releases/xalan/serializer/2.7.1/serializer-2.7.1-sources.jar
[warn] ==== Typesafe Releases: tried
[warn]   http://repo.typesafe.com/typesafe/releases/xalan/serializer/2.7.1/serializer-2.7.1-sources.jar
[warn] ==== rediscala: tried
[warn]   http://dl.bintray.com/etaty/maven/xalan/serializer/2.7.1/serializer-2.7.1-sources.jar
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::              FAILED DOWNLOADS            ::
[warn]  :: ^ see resolution messages for details  ^ ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: xalan#serializer;2.7.1!serializer.jar(src)
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::```

I beleive this error occurs because rediscala depends on this source. How can i resolve this?
etaty commented 9 years ago

No it is not. I am sure there is no xml in Rediscala