Repository: atlas Updated Branches: refs/heads/master e80b6c360 -> a7e2f50b0
ATLAS-2056: removed unused library references Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/a7e2f50b Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/a7e2f50b Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/a7e2f50b Branch: refs/heads/master Commit: a7e2f50b0afd64cb951b13fdccbdea5197c406ee Parents: e80b6c3 Author: Madhan Neethiraj <[email protected]> Authored: Thu Aug 17 17:33:36 2017 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Aug 17 18:54:01 2017 -0700 ---------------------------------------------------------------------- graphdb/titan0/pom.xml | 5 ----- graphdb/titan1/pom.xml | 5 ----- pom.xml | 6 ------ 3 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/a7e2f50b/graphdb/titan0/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml index da64397..b459585 100644 --- a/graphdb/titan0/pom.xml +++ b/graphdb/titan0/pom.xml @@ -111,11 +111,6 @@ </dependency> <dependency> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - </dependency> - - <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/atlas/blob/a7e2f50b/graphdb/titan1/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/titan1/pom.xml b/graphdb/titan1/pom.xml index fb97cf9..4f03cfd 100644 --- a/graphdb/titan1/pom.xml +++ b/graphdb/titan1/pom.xml @@ -143,11 +143,6 @@ </dependency> <dependency> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - </dependency> - - <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/atlas/blob/a7e2f50b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index db71c02..f127774 100644 --- a/pom.xml +++ b/pom.xml @@ -1197,12 +1197,6 @@ </dependency> <dependency> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - <version>1.13</version> - </dependency> - - <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> <version>${solr.version}</version>
