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 ec01b6b Fixed pom reference to groovy-all which was failing deploy of
.NET CTR
ec01b6b is described below
commit ec01b6b8120484011130f35362c9c76fa4e13c24
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Jan 8 08:01:44 2019 -0500
Fixed pom reference to groovy-all which was failing deploy of .NET CTR
---
gremlin-dotnet/src/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml
index f9a4874..a2cc412 100644
--- a/gremlin-dotnet/src/pom.xml
+++ b/gremlin-dotnet/src/pom.xml
@@ -281,6 +281,7 @@ limitations under the License.
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
+ <type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>