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 2015/04/23 12:20:01 UTC

[2/3] incubator-tinkerpop git commit: Use provided scope rather than optional for gremlin-groovy

Use provided scope rather than optional for gremlin-groovy

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

Branch: refs/heads/master
Commit: f156c0bfae09a9ed2bc50f249a0868035e560d4a
Parents: 250d502
Author: Jon Schneider <jk...@gmail.com>
Authored: Tue Apr 7 12:27:41 2015 -0700
Committer: Jon Schneider <jk...@gmail.com>
Committed: Tue Apr 7 12:27:41 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f156c0bf/tinkergraph-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml
index beca206..738147c 100644
--- a/tinkergraph-gremlin/pom.xml
+++ b/tinkergraph-gremlin/pom.xml
@@ -35,7 +35,7 @@ limitations under the License.
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-groovy</artifactId>
             <version>${project.version}</version>
-            <optional>true</optional>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>