Force apache-toree scala kernel to add dependency from local repo

567 views Asked by At

In apache-toree scala kernel, %AddDeps magics can be used to load the dependencies. How can I force it to use the local repo instead of mavenCentral?

1

There are 1 answers

0
Craig Macdonald On
%AddDeps org.example my-project 5.0 --repository file:/users/my-home/.m2/repository --transitive