deps-new

Slackbot 2022-08-31T21:49:23.407159Z

This message was deleted.

seancorfield 2022-08-31T22:01:29.685539Z

@c7607e73-ff69-4682-b0 I'm not sure what this has to do with the deps-new project -- can you elaborate?

seancorfield 2022-08-31T22:03:47.854139Z

A Java project needs to be compiled, and the Clojure project's classpath needs to include where those Java .class files are. Also, if the project doesn't have pom.xml, you're not going to get any of its transitive dependencies -- because there's nothing for Clojure's CLI (and tools.deps.alpha) to find.