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 2017/07/19 19:19:06 UTC

[07/50] [abbrv] tinkerpop git commit: TINKERPOP-1552 Added groovy-ant to csharp build

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/TINKERPOP-1716
Commit: 339e293f0311bb84872ccce39ad96e393b8e789b
Parents: 0908343
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Jun 8 13:06:43 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
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>