This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 686249c Can't generate io data without this pom fix after groovy bump
to 2.5.x CTR
686249c is described below
commit 686249ca5d678eda1a0f31f51c6073a470ad3966
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Nov 30 15:12:42 2018 -0500
Can't generate io data without this pom fix after groovy bump to 2.5.x CTR
---
gremlin-tools/gremlin-io-test/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/gremlin-tools/gremlin-io-test/pom.xml
b/gremlin-tools/gremlin-io-test/pom.xml
index 3d42965..b3383ae 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -79,6 +79,7 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
+ <type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>