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 2016/12/23 13:36:07 UTC

[22/23] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope.

TINKERPOP-1130 Add gremlin-test back as compile scope.

It can't be test scope since non-test code uses commons-io which comes from gremlin-test. Shouldn't be any harm in including gremlin-test this way as this is a utility module that isn't deployed or anything.


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

Branch: refs/heads/TINKERPOP-1130
Commit: 7191f801b256c78a641c60fe7b5105b8c6b679d4
Parents: 4b02f88
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Dec 19 09:16:11 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Dec 23 07:47:35 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7191f801/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 8fc6278..549afd1 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -21,11 +21,11 @@
             <artifactId>tinkergraph-gremlin</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <!-- gremlin-test needs to be compile scope as it provides commons-io -->
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-test</artifactId>
             <version>${project.version}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>