You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 09:06:20 UTC

[jira] [Commented] (S2GRAPH-119) Set up EvictionOptions on build.sbt

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

ASF GitHub Bot commented on S2GRAPH-119:
----------------------------------------

GitHub user SteamShon opened a pull request:

    https://github.com/apache/incubator-s2graph/pull/89

    [S2GRAPH-119]: Set up EvictionOptions on build.sbt

    + This PR add options for EvictionOption at root level.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-119

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-s2graph/pull/89.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #89
    
----
commit 45966eab7dffb2c019778f1de1f4132a1cc801af
Author: DO YUNG YOON <st...@apache.org>
Date:   2016-10-10T09:05:04Z

    turn off eviction warning.

----


> Set up EvictionOptions on build.sbt
> -----------------------------------
>
>                 Key: S2GRAPH-119
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-119
>             Project: S2Graph
>          Issue Type: Task
>    Affects Versions: 0.1.0
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>            Priority: Trivial
>             Fix For: 0.1.0
>
>
> Currently, when we run `sbt package` there are few warnings like follows.
> {noformat}
> [warn] There may be incompatibilities among your library dependencies.
> [warn] Here are some of the libraries that were evicted:
> [warn] 	* com.google.guava:guava:(16.0.1, 19.0, 18.0, 11.0.2) -> 12.0.1
> [warn] Run 'evicted' to see detailed eviction warnings
> {noformat}
> I am suggesting add followings on root build.sbt so turn off warning messages.
> {noformat}
> evictionWarningOptions in update := EvictionWarningOptions.default.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false).withWarnScalaVersionEviction(false)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)