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

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

    [ https://issues.apache.org/jira/browse/KYLIN-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620360#comment-16620360 ] 

ASF GitHub Bot commented on KYLIN-3567:
---------------------------------------

Wayne1c opened a new pull request #239: KYLIN-3567 Change scala dependency scope to provided
URL: https://github.com/apache/kylin/pull/239
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Priority: Major
>
> 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)