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

[jira] [Commented] (TINKERPOP3-713) Remove dependency on groovy-console which contains creative commons licenses

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

ASF GitHub Bot commented on TINKERPOP3-713:
-------------------------------------------

GitHub user graben1437 opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/70

    TINKERPOP3-713 Remove dependency on groovy-console which contains creative commons licenses

    Updates two pom files - for gremlin-groovy and gremlin-driver to remove the groovy-all and use specific groovy files needed.
    
    Also removed jline dependency from gremlin-groovy - not needed and also caused version conflicts.

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

    $ git pull https://github.com/graben1437/incubator-tinkerpop master

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

    https://github.com/apache/incubator-tinkerpop/pull/70.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 #70
    
----
commit 263784fc377deab38304cbfb1952fdd2a19b50e7
Author: David Robinson <dr...@gmail.com>
Date:   2015-06-05T22:35:42Z

    remove groovy-console from the project

----


> Remove dependency on groovy-console which contains creative commons licenses
> ----------------------------------------------------------------------------
>
>                 Key: TINKERPOP3-713
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-713
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: build-release
>    Affects Versions: 3.0.0.GA
>            Reporter: David Robinson
>            Assignee: stephen mallette
>              Labels: easyfix
>             Fix For: 3.0.0.GA
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Current build of gremlin-driver and gremlin-groovy have dependencies on groovy-all. 
> groovy-all includes the groovy-console jar which contains open source icons licensed under the creative commons license -which is not Apache 2 friendly.
> Specifically, the silk icons from this link http://www.famfamfam.com/lab/icons/silk/ are the ones in question.
> Solution is to change the project dependencies to the specific groovy jars needed rather than groovy-all.
> I'll submit a pull request.



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