You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Patrick Ethier <nu...@gmail.com> on 2015/10/28 13:27:15 UTC

Adding authentication to the dependency loader for private maven repositories

I uploaded this code as part of Zeppelin-365
https://issues.apache.org/jira/browse/ZEPPELIN-365.

Simply adds a z.addCredentials("RepoName", "Username","Password") to %dep
to allow to pull libraries from our private maven repository.

diff taken off of the master branch.

Thanks,
Pat

Re: Adding authentication to the dependency loader for private maven repositories

Posted by Alex <ke...@gmail.com>.
Thank you for the contribution, Patrick!

Is there any chance you could submit a PR
<https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md>
as that will simplify the process of reviewing and merging changes in?

--
Alex

On Wed, Oct 28, 2015 at 9:27 PM, Patrick Ethier <nu...@gmail.com>
wrote:

> I uploaded this code as part of Zeppelin-365
> https://issues.apache.org/jira/browse/ZEPPELIN-365.
>
> Simply adds a z.addCredentials("RepoName", "Username","Password") to %dep
> to allow to pull libraries from our private maven repository.
>
> diff taken off of the master branch.
>
> Thanks,
> Pat
>
>