You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/01/03 15:44:31 UTC

[22/50] [abbrv] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test"

TINKERPOP-1130 Changed scope of gremlin-test to "test"


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fb0bb018
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fb0bb018
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fb0bb018

Branch: refs/heads/TINKERPOP-1130
Commit: fb0bb0182f9fd9becf64b06c90a08988e6fc0f2e
Parents: 4549ed0
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Dec 16 06:56:55 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jan 3 10:34:55 2017 -0500

----------------------------------------------------------------------
 gremlin-tools/gremlin-io-test/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fb0bb018/gremlin-tools/gremlin-io-test/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-tools/gremlin-io-test/pom.xml b/gremlin-tools/gremlin-io-test/pom.xml
index 0ba73d3..8fc6278 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -25,6 +25,7 @@
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-test</artifactId>
             <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>