You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Chao Long (JIRA)" <ji...@apache.org> on 2018/09/18 10:28:00 UTC

[jira] [Created] (KYLIN-3567) remove scala dependency

Chao Long created KYLIN-3567:
--------------------------------

             Summary: remove scala dependency
                 Key: KYLIN-3567
                 URL: https://issues.apache.org/jira/browse/KYLIN-3567
             Project: Kylin
          Issue Type: Bug
            Reporter: Chao Long
            Assignee: Chao Long


The scope of scala dependency in "engine-spark" module should be "provided".

<dependency>
 <groupId>org.scala-lang</groupId>
 <artifactId>scala-library</artifactId>
</dependency>

<dependency>
 <groupId>org.scala-lang</groupId>
 <artifactId>scala-compiler</artifactId>
</dependency>

<dependency>
 <groupId>org.scala-lang</groupId>
 <artifactId>scala-reflect</artifactId>
</dependency>



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