# ignite-140 : fix 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/29064818 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/29064818 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/29064818 Branch: refs/heads/ignite-6 Commit: 29064818f91d3780a5dfbad77565a43b9e24ab4a Parents: 1f0d976 Author: Artem SHutak <ashu...@gridgain.com> Authored: Fri Jan 30 19:12:12 2015 +0300 Committer: Artem SHutak <ashu...@gridgain.com> Committed: Fri Jan 30 19:12:12 2015 +0300 ---------------------------------------------------------------------- modules/geospatial/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/29064818/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index 92d79db..d0f2bb9 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -34,7 +34,6 @@ </parent> <artifactId>ignite-geospatial</artifactId> - <packaging>jar</packaging> <dependencies> <dependency> @@ -48,5 +47,13 @@ <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>