leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
quoll 2021-03-25T00:18:33.040100Z

Unfortunately, it’s not. It’s (intentionally) a small dependency tree. Asami has the dependency, and uses it. Asami-Loom picks up Asami, Loom, and not much else. For some reason, it wasn’t picking up jackson-core as a transitive dependency. It wasn’t that deps :tree didn’t show it, it’s that the application wouldn’t start, since Cheshire complained. deps :tree was what revealed that jackson-core was missing. I can’t for the life of me see why. Importing it explicitly fixed it. But it SHOULD have come in transitively. Other projects using Asami were bringing it in. But this one didn’t.

1👍
vemv 2021-03-25T00:21:12.040400Z

weird! no :managed-dependencies in play either?

quoll 2021-03-25T03:12:10.041200Z

I’m actually unaware of that option, so that’s a definite “no”