Fork me on GitHub
#tools-deps
<
2018-07-07
>
cfleming07:07:13

As I understand it, aliases are never transitive. So this means that when you depend on a project using, say, :local/root then you will only ever see deps/paths from your dependency which appear in the top level of the deps.edn file, correct?

dominicm07:07:20

@cfleming No transitive aliases, correct.

martinklepsch21:07:45

Hey folks 👋 i have two questions: a) (how) does tools.deps support maven scopes? & b) is there a way to include dependencies with “provided” scope in the classpath? Thanks! 🙏

Alex Miller (Clojure team)22:07:46

a) not supported and b) that’s not a thing you should do anyways