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)