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

552 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 best solutions below

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