Hi all, we are trying out akka-http 2.0.1 with a pretty large code base. After fixing all compile errors, we get the following dependency error:
[error] missing or invalid dependency detected while loading class file 'MediaType.class'. [error] Could not access type WithFixedCharset in trait akka.http.javadsl.model.MediaType, [error] because it (or its dependencies) are missing. Check your build definition for [error] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.) [error] A full rebuild may help if 'MediaType.class' was compiled against an incompatible version of akka.http.javadsl.model.MediaType. [error] one error found I looked at the dependencies using sbt dependencyTree, but did not see anything obviously wrong. Before I dig deeper, does this problem sound familiar to anybody? Cheers, RĂ¼diger -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
