Removed gremlin-variant from gremlin-console as a dependency. gremlin-variant is no longer available - only became apparent after the SNAPSHOT version bumped.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/250c4218 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/250c4218 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/250c4218 Branch: refs/heads/TINKERPOP-1278 Commit: 250c4218f3982d4ddb9c93fd2ed91b04f1429ee0 Parents: 47e82d3 Author: Stephen Mallette <[email protected]> Authored: Fri Jul 22 12:05:02 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Jul 22 12:05:02 2016 -0400 ---------------------------------------------------------------------- gremlin-console/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/250c4218/gremlin-console/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml index 1c63815..f201a1e 100644 --- a/gremlin-console/pom.xml +++ b/gremlin-console/pom.xml @@ -36,12 +36,6 @@ limitations under the License. <artifactId>tinkergraph-gremlin</artifactId> <version>${project.version}</version> </dependency> - <!-- TODO: Remove the gremlin-variant dependency and consider a plugin instead (needed for the docs pre-processor --> - <dependency> - <groupId>org.apache.tinkerpop</groupId> - <artifactId>gremlin-variant</artifactId> - <version>${project.version}</version> - </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId>
