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

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

GitHub user ijsong opened a pull request:

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

    [S2GRAPH-71] Missing resolver in plugin settings

    Add resolver to plugin setting - project/plugins.sbt.


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

    $ git pull https://github.com/ijsong/incubator-s2graph S2GRAPH-71

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

    https://github.com/apache/incubator-s2graph/pull/47.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 #47
    
----
commit 74d1315998ddae02016dfe4f8ec0ad874a60b6a8
Author: Injun Song <[email protected]>
Date:   2016-05-10T15:57:46Z

    add resolver to plugin setting

----


> Missing resolver in plugin settings
> -----------------------------------
>
>                 Key: S2GRAPH-71
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-71
>             Project: S2Graph
>          Issue Type: Task
>            Reporter: Injun Song
>            Priority: Trivial
>
> When the project is built by SBT, it fails because there is no resolvers in 
> project/plugins.sbt.
> If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:
> {quote}
> sbt.ResolveException: unresolved dependency:
> com.typesafe#jse_2.10;1.0.0: not found
> unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
> unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
> ...
> {quote}
> This problem will be fixed easily by adding this line into 
> project/plugins.sbt:
> resolvers += Resolver.typesafeRepo("releases")



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

Reply via email to