Repository: tinkerpop Updated Branches: refs/heads/travis-spark e18538d2b -> 49b95dba0
Revert "Bind netty in spark to the project level version CTR" This reverts commit 0c930c0bdc5807c8d82d858fe2756bba08bf6e0b. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/49b95dba Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/49b95dba Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/49b95dba Branch: refs/heads/travis-spark Commit: 49b95dba0d85a187200c4837b9c1466ed1c27dea Parents: e18538d Author: Daniel Kuppitz <[email protected]> Authored: Wed Mar 21 12:03:17 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Wed Mar 21 12:03:17 2018 -0700 ---------------------------------------------------------------------- spark-gremlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/49b95dba/spark-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml index 91d7b50..906b7d2 100644 --- a/spark-gremlin/pom.xml +++ b/spark-gremlin/pom.xml @@ -281,7 +281,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> - <version>${netty.version}</version> + <version>4.0.29.Final</version> </dependency> <dependency> <groupId>io.netty</groupId>
