Repository: falcon Updated Branches: refs/heads/master 7ec539a8c -> 84857961d
FALCON-2100 Remove dependency on com.vividsolutions.jts Author: bvellanki <[email protected]> Reviewers: "Venkat Ranganathan <[email protected]>, Sowmya Ramesh <[email protected]>" Closes #242 from bvellanki/FALCON-2100 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/84857961 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/84857961 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/84857961 Branch: refs/heads/master Commit: 84857961d6f9dca9616ceb222b5e01eca63922d2 Parents: 7ec539a Author: bvellanki <[email protected]> Authored: Tue Jul 26 15:07:28 2016 -0700 Committer: bvellanki <[email protected]> Committed: Tue Jul 26 15:07:28 2016 -0700 ---------------------------------------------------------------------- pom.xml | 6 ------ titan/pom.xml | 5 ----- 2 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/84857961/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d33625..7284277 100644 --- a/pom.xml +++ b/pom.xml @@ -756,12 +756,6 @@ </dependency> <dependency> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - <version>1.13</version> - </dependency> - - <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-hadoop-dependencies</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/falcon/blob/84857961/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index 3026d3a..094b58c 100644 --- a/titan/pom.xml +++ b/titan/pom.xml @@ -48,11 +48,6 @@ </dependency> <dependency> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - </dependency> - - <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-es</artifactId> </dependency>
