You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Pavel Alexeev (JIRA)" <ji...@apache.org> on 2019/02/07 21:38:00 UTC

[jira] [Created] (ZEPPELIN-3996) Maven arifacts resolving for interpreter broken for artifacts with dots in name

Pavel Alexeev created ZEPPELIN-3996:
---------------------------------------

             Summary: Maven arifacts resolving for interpreter broken for artifacts with dots in name
                 Key: ZEPPELIN-3996
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3996
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Pavel Alexeev


If f.e. for groovy interpreter I set dependency {{org.apache.ivy:ivy:2.5.0-rc1}} it failed with:
{code}
Error while downloading repos for interpreter group : groovy, 
    go to interpreter setting page click on edit and save it again 
    to make this interpreter work properly: 
         Cannot fetch dependencies for org.apache.ivy:ivy:2.5.0-rc1 
    ...
Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
    Could not find artifact com.jcraft:jsch.agentproxy:jar:0.0.9 in central
    (http://repo1.maven.org/maven2/)
   ...
{code}

All works if I exclude {{com.jcraft:jsch.agentproxy}}

Please look [SO question|https://stackoverflow.com/questions/54538104/apache-zeppelin-how-to-manage-dependencies-for-groovy-interpreter#54540995] for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)