Github user spmallette commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/109#issuecomment-149562722
Thanks for making those changes - getting into nuts and bolts now. I'm
testing your changes locally. In doing so, I think you can back out your
change to the gremlin-driver pom.xml that adds:
```xml
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
</dependency>
```
epoll seems to come with `netty-all` which is already present. Tests seem
to work for me when I remove that extra dependency, but I thought I'd check
with you first to make sure I'm not missing anything.
Please validate that everything works on your end without that change and
if so, amend your PR. At that point, I will ask other committers to review and
we can work toward merging.
---
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.
---