Closed carlosmn closed 11 years ago
Hello Carlos,
Thank you for pointing this out. After all this time I haven't stumbled upon this problem and I still cannot say why some dependencies lack a version. So in the end I used the solution you provided to fix the issue. Sorry for taking so long.
Adding
[org.clojars.scsibug/feedparser-clj "0.4.0"]
to the dependency list in an otherwise untouched project, I get an exception when trying to compile, which points toclasspath.clj:36
passing innil
to.parseVersion
. The top of the stack trace is:This quick-n-dirty change lets it pass, but there's bound to be a root cause somewhere else.