# ignite-140 : clean geospetial/pom.xml dependencies
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1f0d9763 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1f0d9763 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1f0d9763 Branch: refs/heads/ignite-6 Commit: 1f0d976318842029389c39759427f66987ff01ab Parents: 8d7db1e Author: Artem SHutak <ashu...@gridgain.com> Authored: Fri Jan 30 17:59:57 2015 +0300 Committer: Artem SHutak <ashu...@gridgain.com> Committed: Fri Jan 30 17:59:57 2015 +0300 ---------------------------------------------------------------------- modules/geospatial/pom.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1f0d9763/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index 69df136..92d79db 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -39,46 +39,14 @@ <dependencies> <dependency> <groupId>org.apache.ignite</groupId> - <artifactId>ignite-core</artifactId> - <version>${ignite.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.ignite</groupId> <artifactId>ignite-indexing</artifactId> <version>${ignite.version}</version> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.6</version> - </dependency> - - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <version>3.5.0</version> - </dependency> - - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>1.3.175</version> - </dependency> - - <dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts</artifactId> <version>1.13</version> </dependency> - - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-core</artifactId> - <version>${ignite.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> </dependencies> </project>