Fork me on GitHub
#lein-figwheel
<
2019-04-26
>
erwinrooijakkers11:04:40

I did all suggestions from lein deps :tree and added [javax.servlet/servlet-api "2.5"] to dev profile but I still get the same error

erwinrooijakkers11:04:54

Does anyone have an idea for a dependency to add or exclude?

erwinrooijakkers11:04:32

Alright it is fixed by adding the following to profiles.clj dev profile: [org.eclipse.jetty/jetty-http "9.4.17.v20190418"]

erwinrooijakkers11:04:59

New error:

1. Caused by java.lang.ClassNotFoundException
org.eclipse.jetty.util.ConcurrentArrayQueue

erwinrooijakkers11:04:31

Not solvable by adding the jetty-util dependency