TINKERPOP-1552 Added groovy-ant to csharp build Fixed a warning message in the build.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d361d910 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d361d910 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d361d910 Branch: refs/heads/TINKERPOP-1552 Commit: d361d9104d72ddc2532a29685568eb60646b26c8 Parents: 230cf61 Author: Stephen Mallette <[email protected]> Authored: Thu Jun 8 13:06:43 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 19 06:59:13 2017 -0400 ---------------------------------------------------------------------- gremlin-dotnet/test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d361d910/gremlin-dotnet/test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml index 6bd2441..488a772 100644 --- a/gremlin-dotnet/test/pom.xml +++ b/gremlin-dotnet/test/pom.xml @@ -88,6 +88,11 @@ limitations under the License. <version>${project.version}</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-ant</artifactId> + <version>${groovy.version}</version> + </dependency> </dependencies> <executions> <execution>
