forked from aseldawy/spatialhadoop-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
22 lines (22 loc) · 1018 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
Copyright (c) 2015 by Regents of the University of Minnesota.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache License, Version 2.0 which
accompanies this distribution and is available at
http://www.opensource.org/licenses/apache2.0.php.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.umn.cs.spatialhadoop</groupId>
<artifactId>example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>SpatialHadoop Example</name>
<description>An example of how to use SpatialHadoop to create new data types and operations</description>
<dependencies>
<dependency>
<groupId>edu.umn.cs.spatialhadoop</groupId>
<artifactId>spatialhadoop</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
</project>