TINKERPOP-1612 Removed dependency on gremlin-groovy-test from hadoop-gremlin
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8cf719d7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8cf719d7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8cf719d7 Branch: refs/heads/TINKERPOP-1612 Commit: 8cf719d75479660cb6dd5d369a0efd23d0174055 Parents: ddf73e3 Author: Stephen Mallette <[email protected]> Authored: Sat Feb 25 11:48:40 2017 -0500 Committer: Stephen Mallette <[email protected]> Committed: Tue Feb 28 06:32:40 2017 -0500 ---------------------------------------------------------------------- hadoop-gremlin/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8cf719d7/hadoop-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 927b2af..5dbcfe9 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -139,12 +139,6 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> - <artifactId>gremlin-groovy-test</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkergraph-gremlin</artifactId> <version>${project.version}</version> <scope>test</scope>
