Repository: atlas Updated Branches: refs/heads/0.8-incubating 0183beca0 -> 0bf16eb6d
ATLAS-2056: removed unused library references (cherry picked from commit a7e2f50b0afd64cb951b13fdccbdea5197c406ee) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/0bf16eb6 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/0bf16eb6 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/0bf16eb6 Branch: refs/heads/0.8-incubating Commit: 0bf16eb6d433c0d149673c856d564a3bda64328b Parents: 0183bec 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:31 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/0bf16eb6/graphdb/titan0/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml index 12b903d..6414cfb 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/0bf16eb6/graphdb/titan1/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/titan1/pom.xml b/graphdb/titan1/pom.xml index 572803a..8086fcd 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/0bf16eb6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f9f915..981190c 100644 --- a/pom.xml +++ b/pom.xml @@ -1178,12 +1178,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>
