"shaded" part in the qualifier most probably comes from here http://maven.apache.org/plugins/maven-shade-plugin/ My speculation would be that Spark folks folded protobuf classes in to their home-cooked akka-actor jar to avoid version conflict between protobuf version used by Akka and the version of Protobuf they are using themselves. I'd would probably try to eliminate akka-actor dependency from Play side and go with Spark dependency, but I have no idea how one does that in sbt ;)
Cheers, Rafał W dniu piątek, 24 października 2014 00:03:32 UTC+2 użytkownik Oliver Ruebenacker napisał: > > > Hello, > > I get an obscure runtime error with Spark if and only if there is > another Akka JAR in the classpath. Unfortunately, I want to use Spark and > Play in the same project, and SBT pulls in: > > akka-actor_2.10-2.3.4.jar for Play 2.3.4 > akka-actor_2.10-2.2.3-shaded-protobuf.jar for Spark 1.1.0 > > How can I resolve this? And what does "shaded-protobuf" mean? Thanks! > > Best, Oliver > > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
