Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/506#discussion_r92632166
  
    --- Diff: spark-gremlin/pom.xml ---
    @@ -227,6 +259,16 @@
                 <artifactId>snappy-java</artifactId>
                 <version>1.1.1.7</version>
             </dependency>
    +        <dependency>
    +            <groupId>io.netty</groupId>
    +            <artifactId>netty-all</artifactId>
    +            <version>4.0.29.Final</version>
    --- End diff --
    
    That's an old version of netty and conflicts with what we currently use:
    
    
https://github.com/apache/tinkerpop/blob/b8a2452deb7f6a23fae29684c1ead2ed35d7cb69/gremlin-driver/pom.xml#L29
    
    in fact, on master we've already bumped further ahead to:
    
    
https://github.com/apache/tinkerpop/blob/b8a2452deb7f6a23fae29684c1ead2ed35d7cb69/gremlin-driver/pom.xml#L29
    
    Not sure what kind of conflicts this would create when spark is used as a 
plugin with the console/server. Any reason we can't make this coincide with 
what's current?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to