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/a348d498 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a348d498 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a348d498 Branch: refs/heads/TINKERPOP-1682 Commit: a348d49838092dc9737f10db821f50d9c53f0919 Parents: 3119900 Author: Daniel Kuppitz <[email protected]> Authored: Wed Mar 21 12:03:17 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Wed Mar 21 12:59:06 2018 -0700 ---------------------------------------------------------------------- spark-gremlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a348d498/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>
