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)

Reply via email to