TINKERPOP-786 Removed some commented out config in the pom.xml
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62cfbc95 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62cfbc95 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/62cfbc95 Branch: refs/heads/tp32-glv Commit: 62cfbc952e427a1a0babd124f2c2fcec6ace7fea Parents: ef359dd Author: Stephen Mallette <[email protected]> Authored: Sat Apr 29 06:57:46 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 16 11:01:50 2017 -0400 ---------------------------------------------------------------------- gremlin-core/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/62cfbc95/gremlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml index 0efadfa..f3bff75 100644 --- a/gremlin-core/pom.xml +++ b/gremlin-core/pom.xml @@ -107,20 +107,6 @@ limitations under the License. <version>0.10</version> <scope>test</scope> </dependency> - <!-- - <dependency> - <groupId>com.google.truth</groupId> - <artifactId>truth</artifactId> - <version>0.25</version> - <exclusions> - truth comes in through compile-testing and has a self-conflict - produces further conflict with hadoop-gremlin - <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - </exclusions> - </dependency> ---> </dependencies> <build> <directory>${basedir}/target</directory>
