You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Philipp Dallig (Jira)" <ji...@apache.org> on 2021/08/27 07:27:00 UTC

[jira] [Created] (ZEPPELIN-5501) Improve Interpreter Shading

Philipp Dallig created ZEPPELIN-5501:
----------------------------------------

             Summary: Improve Interpreter Shading
                 Key: ZEPPELIN-5501
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5501
             Project: Zeppelin
          Issue Type: Bug
          Components: Core
            Reporter: Philipp Dallig


Currently we are using the following dependencies in zeppelin-interpreter-parent. In my opinion, this leads to a confused IDE and the wrong use of classes.
{code:java}
 <dependency> 
   <groupId>${project.groupId}</groupId> 
   <artifactId>zeppelin-interpreter-shaded</artifactId> 
   <version>${project.version}</version> 
 </dependency> 
  
 <dependency> 
   <groupId>${project.groupId}</groupId> 
   <artifactId>zeppelin-interpreter</artifactId> 
   <version>${project.version}</version> 
   <scope>provided</scope> 
 </dependency> 
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)