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/339e293f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/339e293f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/339e293f Branch: refs/heads/tp32 Commit: 339e293f0311bb84872ccce39ad96e393b8e789b Parents: 0908343 Author: Stephen Mallette <[email protected]> Authored: Thu Jun 8 13:06:43 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 28 15:13:11 2017 -0400 ---------------------------------------------------------------------- gremlin-dotnet/test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/339e293f/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>
