pauli
pauli

Reputation: 4291

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

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?

Upvotes: 1

Views: 583

Answers (1)

Craig Macdonald
Craig Macdonald

Reputation: 1

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

Upvotes: 0

Related Questions