Repository: falcon Updated Branches: refs/heads/0.10 0a6b519f2 -> af792a2ca
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 (cherry picked from commit 84857961d6f9dca9616ceb222b5e01eca63922d2) Signed-off-by: bvellanki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/af792a2c Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/af792a2c Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/af792a2c Branch: refs/heads/0.10 Commit: af792a2ca51a9409815cb109ba04d98fa50e48e5 Parents: 0a6b519 Author: bvellanki <[email protected]> Authored: Tue Jul 26 15:07:28 2016 -0700 Committer: bvellanki <[email protected]> Committed: Tue Jul 26 15:07:37 2016 -0700 ---------------------------------------------------------------------- pom.xml | 6 ------ titan/pom.xml | 5 ----- 2 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/af792a2c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7d82c2a..d460669 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/af792a2c/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index aead015..0f71acc 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>
